/** * @export * @class EncodingOutputPathsDashManifest */ export declare class EncodingOutputPathsDashManifest { /** * Id of the dash manifest * @type {string} * @memberof EncodingOutputPathsDashManifest */ id?: string; /** * Path to the dash manifest on the given output * @type {string} * @memberof EncodingOutputPathsDashManifest */ path?: string; constructor(obj?: Partial); } export default EncodingOutputPathsDashManifest;