Interface ShortLicense

interface ShortLicense {
    name: string;
    short: string;
}

Properties

Properties

name: string

The full name of the license

short: string

The short identifier of the license