@zowe/zos-files-for-zowe-sdk
Version:
Zowe SDK to interact with files and data sets on z/OS
13 lines • 382 B
TypeScript
/**
* This interface defines the global options that apply to all zosfiles APIs
* @export
* @interface IZosFilesOptions
*/
export interface IZosFilesOptions {
/**
* The maximum amount of time for the TSO servlet to wait for a response before returning an error
* @type {number}
*/
responseTimeout?: number;
}
//# sourceMappingURL=IZosFilesOptions.d.ts.map