UNPKG

@zowe/core-for-zowe-sdk

Version:

Core libraries shared by Zowe SDK packages

10 lines 264 B
/** * Interface to add index signature to http headers * @export * @deprecated - use Imperative's IHeaderContent instead * @interface IHeaderContent */ export interface IHeaderContent { [key: string]: string; } //# sourceMappingURL=IHeaderContent.d.ts.map