UNPKG

@apideck/portman

Version:

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

4 lines (3 loc) 213 B
import * as Either from 'fp-ts/lib/Either'; import { PortmanConfig } from 'types'; export declare const parsePortmanConfig: (data: PortmanConfig) => Promise<Either.Either<Record<string, unknown>, PortmanConfig>>;