import { Parameter } from './Parameter'; import { Reference } from './Reference'; export type Header = Omit, 'name' | 'in'>;