Interface License

interface License {
    name: string;
    url?: string;
}

Properties

Properties

name: string
url?: string

Generated using TypeDoc