@zowe/zos-files-for-zowe-sdk
Version:
Zowe SDK to interact with files and data sets on z/OS
14 lines • 321 B
TypeScript
/**
* This interface defines the map option that can be sent into the upload uss directory function
*/
export interface IUploadDir {
/**
* directory name
*/
dirName: string;
/**
* full path specification (on local host)
*/
fullPath: string;
}
//# sourceMappingURL=IUploadDir.d.ts.map