@zowe/core-for-zowe-sdk
Version:
Core libraries shared by Zowe SDK packages
12 lines • 337 B
TypeScript
/**
* As part of the auto-init output report, this structure
* represents profile properties that override properties
* defined in the base profile.
*/
export interface IBaseProfileOverride {
propName: string;
secure: boolean;
priorityValue?: any;
baseValue?: any;
}
//# sourceMappingURL=IBaseProfileOverride.d.ts.map