UNPKG

@apideck/portman

Version:

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

6 lines (5 loc) 189 B
export type OpenApiResponseInfo = { code: string; contentType?: string; }; export declare const parseOpenApiResponse: (openApiResponse?: string) => OpenApiResponseInfo | undefined;