UNPKG

@apideck/portman

Version:

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

4 lines (3 loc) 283 B
export declare const getRequestBodyExamples: (reqBody: any, contentType: string) => unknown[]; export declare const getRequestBodyExample: (reqBody: any, contentType: string) => string | undefined; export declare const getRawLanguageFromContentType: (contentType: string) => string;