UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

15 lines (14 loc) 314 B
/** * @export * @class ManifestResource */ export declare class ManifestResource { /** * Id of the manifest resource (required) * @type {string} * @memberof ManifestResource */ manifestId?: string; constructor(obj?: Partial<ManifestResource>); } export default ManifestResource;