UNPKG

@zowe/zosmf-for-zowe-sdk

Version:

Zowe SDK to interact with the z/OS Management Facility

11 lines 305 B
/** * The plugin information structure for plugin property of the z/OSMF info response * @export * @interface IZosmfPluginInfo */ export interface IZosmfPluginInfo { pluginVersion?: string; pluginDefaultName?: string; pluginStatus?: string; } //# sourceMappingURL=IZosmfPluginInfo.d.ts.map