Interface LicenceInformation

interface LicenceInformation {
    name: string;
    text: string;
}

Properties

Properties

name: string
text: string

Generated using TypeDoc