Interface ILicensesClient

An interface for the license client.

interface ILicensesClient {
    download(options: IDownloadOptions): Promise<void>;
    getBundles(): Promise<ILicenseResponse>;
}

Implemented by

Methods