UNPKG

@apideck/portman

Version:

Port OpenAPI Spec to Postman Collection, with contract & variation tests included

5 lines (4 loc) 307 B
import { OasMappedOperation } from '../../oas'; import { PostmanMappedOperation } from '../../postman'; import { GlobalConfig } from 'types'; export declare const testResponseBodyEmpty: (pmOperation: PostmanMappedOperation, _aOperation: OasMappedOperation, config?: GlobalConfig) => PostmanMappedOperation;