UNPKG

@apideck/portman

Version:

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

4 lines (3 loc) 209 B
import { PortmanOptions } from '../../types'; import { OpenAPIV3 } from 'openapi-types'; export declare const renamePostmanCollection: (oas: OpenAPIV3.Document, options: PortmanOptions) => OpenAPIV3.Document;