CommittedMetaSchema
@rotorsoft/act-root / act/src / CommittedMetaSchema
Variable: CommittedMetaSchema
constCommittedMetaSchema:ZodReadonly<ZodObject<{created:ZodDate;id:ZodNumber;meta:ZodReadonly<ZodObject<{causation:ZodObject<{action:ZodOptional<ZodIntersection<ZodReadonly<...>,ZodObject<..., ...>>>;event:ZodOptional<ZodObject<{id: ...;name: ...;stream: ...; },$strip>>; },$strip>;correlation:ZodString; },$strip>>;stream:ZodString;version:ZodNumber; },$strip>>
Defined in: libs/act/src/types/schemas.ts:61
Zod schema for committed event metadata (id, stream, version, created, meta).