UNPKG

@nodeboot/starter-aws

Version:

Node-Boot starter package for AWS services

8 lines 218 B
import { JsonObject } from "@nodeboot/context"; export type MessageEnvelop<M = JsonObject> = { messageId: string; timestamp: string; signature: string; message: M; }; //# sourceMappingURL=types.d.ts.map