/**
 * 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