UNPKG

@swarmion/serverless-contracts

Version:

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

3 lines 285 B
import { CloudFormationContract, EventBridgeContract, GenericApiGatewayContract, SQSContract } from '../contracts'; export type ServerlessContract = GenericApiGatewayContract | CloudFormationContract | EventBridgeContract | SQSContract; //# sourceMappingURL=serverlessContract.d.ts.map