UNPKG

@zowe/cli

Version:

Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.

9 lines (8 loc) 163 B
/** * Interface to add index signature to http headers * @export * @interface IHeaderContent */ export interface IHeaderContent { [key: string]: string; }