interface ILicense {
    identifier?: string;
    name: string;
    url?: string;
}

Properties

Properties

identifier?: string
name: string
url?: string