@swarmion/serverless-contracts
Version:
Generate and use type-safe contracts between your Serverless services.
4 lines • 354 B
TypeScript
import { ContractOpenApiDocumentation } from '../../../types/contractOpenApiDocumentation';
import { GenericApiGatewayContract } from '../apiGatewayContract';
export declare const getContractDocumentation: <Contract extends GenericApiGatewayContract>(contract: Contract) => ContractOpenApiDocumentation;
//# sourceMappingURL=openApiDocumentation.d.ts.map