/** * @export * @class EncodingOutputPathsSmoothManifest */ export declare class EncodingOutputPathsSmoothManifest { /** * Id of the Smooth manifest * @type {string} * @memberof EncodingOutputPathsSmoothManifest */ id?: string; /** * Path to the client manifest of the Smooth manifest on the given output * @type {string} * @memberof EncodingOutputPathsSmoothManifest */ clientManifestPath?: string; /** * Path to the server manifest of the Smooth manifest on the given output * @type {string} * @memberof EncodingOutputPathsSmoothManifest */ serverManifestPath?: string; constructor(obj?: Partial); } export default EncodingOutputPathsSmoothManifest;