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;