UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

15 lines (14 loc) 323 B
/** * @export * @class AnalyticsLicenseKey */ export declare class AnalyticsLicenseKey { /** * Analytics License Key (required) * @type {string} * @memberof AnalyticsLicenseKey */ licenseKey?: string; constructor(obj?: Partial<AnalyticsLicenseKey>); } export default AnalyticsLicenseKey;