UNPKG

@apideck/portman

Version:

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

7 lines (6 loc) 245 B
export declare const PortmanTestTypes: { readonly integration: "integration"; readonly variation: "variation"; readonly contract: "contract"; }; export type PortmanTestType = (typeof PortmanTestTypes)[keyof typeof PortmanTestTypes];