UNPKG

@apideck/portman

Version:

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

5 lines (4 loc) 261 B
import { ValidationError } from '@apideck/better-ajv-errors'; import * as Either from 'fp-ts/lib/Either'; import { PortmanConfig } from '../types/PortmanConfig'; export declare const validate: (data: unknown) => Either.Either<ValidationError[], PortmanConfig>;