UNPKG

@zowe/imperative

Version:
11 lines 238 B
export interface IConfigProfile { properties: { [key: string]: any; }; type?: string; profiles?: { [key: string]: IConfigProfile; }; secure?: string[]; } //# sourceMappingURL=IConfigProfile.d.ts.map