UNPKG

@zowe/core-for-zowe-sdk

Version:

Core libraries shared by Zowe SDK packages

11 lines 300 B
/** * As part of the auto-init output report, this structure * represents the alternate profiles that were not selected * for the profile type. */ export interface IAltProfile { altProfName: string; altProfType: string; altBasePath: string; } //# sourceMappingURL=IAltProfile.d.ts.map