UNPKG

@swarmion/serverless-contracts

Version:

Generate and use type-safe contracts between your Serverless services.

7 lines 235 B
import { OpenAPIV3 } from 'openapi-types'; export interface ContractOpenApiDocumentation { path: string; method: string; documentation: OpenAPIV3.OperationObject; } //# sourceMappingURL=contractOpenApiDocumentation.d.ts.map