UNPKG

@swarmion/serverless-contracts

Version:

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

9 lines 240 B
export type NativePattern = { readonly source: string[]; readonly 'detail-type': string[]; }; export type EventPattern = { readonly detailType?: string[]; readonly source?: string[]; }; //# sourceMappingURL=patterns.d.ts.map