import { IParameter } from "./open-api-mine/i-parameter"; export interface IHeaderParameter extends IParameter { nameOriginal: string; }