@apideck/portman
Version:
Port OpenAPI Spec to Postman Collection, with contract & variation tests included
5 lines (4 loc) • 331 B
TypeScript
import { OasMappedOperation } from '../../oas';
import { PostmanMappedOperation } from '../../postman';
import { GlobalConfig } from 'types';
export declare const testResponseHeader: (headerName: string, pmOperation: PostmanMappedOperation, _aOperation: OasMappedOperation | null, config?: GlobalConfig) => PostmanMappedOperation;