UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

19 lines (18 loc) 312 B
/** * @export * @class Location */ export declare class Location { /** * @type {string} * @memberof Location */ name?: string; /** * @type {string} * @memberof Location */ description?: string; constructor(obj?: Partial<Location>); } export default Location;