UNPKG

@zowe/zosmf-for-zowe-sdk

Version:

Zowe SDK to interact with the z/OS Management Facility

14 lines 391 B
import { ICommandOptionDefinition } from "@zowe/imperative"; /** * Constants to be used by the z/OSMF API */ export declare const ZosmfConstants: { [key: string]: any; }; /** * Object containing all options to be used by the Download data set API */ export declare const ZosFilesOptions: { [key: string]: ICommandOptionDefinition; }; //# sourceMappingURL=Zosmf.constants.d.ts.map