UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

21 lines (20 loc) 439 B
/** * @export * @class WatchFolderInput */ export declare class WatchFolderInput { /** * Input id (required) * @type {string} * @memberof WatchFolderInput */ inputId?: string; /** * Path of the directory to monitor (required) * @type {string} * @memberof WatchFolderInput */ inputPath?: string; constructor(obj?: Partial<WatchFolderInput>); } export default WatchFolderInput;