UNPKG

@chassisjs/hermes

Version:

Production-Ready TypeScript Outbox Pattern

6 lines (5 loc) 151 B
type DefaultRecord = Record<string, unknown>; type DefaultCommandMetadata = { now: Date; }; export type { DefaultCommandMetadata, DefaultRecord };