UNPKG

@apideck/portman

Version:

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

4 lines (3 loc) 291 B
import { PostmanMappedOperation } from '../../postman'; import { GlobalConfig, ResponseBodyTest } from '../../types'; export declare const testResponseBodyContent: (responseBodyTests: ResponseBodyTest[], pmOperation: PostmanMappedOperation, config?: GlobalConfig) => PostmanMappedOperation;