@zowe/zosmf-for-zowe-sdk
Version:
Zowe SDK to interact with the z/OS Management Facility
9 lines • 323 B
TypeScript
import { IMessageDefinition } from "@zowe/imperative";
/**
* Messages to be used as detail display error message when gathering z/OSMF information
* @type {object.<string, IMessageDefinition>}
*/
export declare const ZosmfMessages: {
[key: string]: IMessageDefinition;
};
//# sourceMappingURL=Zosmf.messages.d.ts.map