UNPKG

@ordercloud/oc-codegen

Version:

OpenAPI codegen tool built for the OrderCloud API

6 lines (5 loc) 231 B
import { OpenAPIV3 } from 'openapi-types'; /** * modify operation after it has been formatted by oc-codegen */ export type FormatOperationHook = (operation: any, path: string, verb: string, spec: OpenAPIV3.Document) => any;