UNPKG

@swarmion/serverless-contracts

Version:

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

4 lines 225 B
import { JSONSchema } from 'json-schema-to-ts'; import { ServerlessContract } from '../types'; export declare const getContractFullSchema: (contract: ServerlessContract) => JSONSchema; //# sourceMappingURL=fullSchema.d.ts.map