-
Notifications
You must be signed in to change notification settings - Fork 2
es cqrs.TypeAlias.EventConstructor
Sclable CI edited this page Feb 4, 2026
·
9 revisions
@sclable/nestjs-libs / es-cqrs / EventConstructor
EventConstructor = (
aggregateId,aggregateType,revision,createdAt,userId,data,customOptions?) =>Event
Defined in: packages/es-cqrs/src/interfaces/event.ts:109
Constructor signature used to reconstruct an Event instance from the event store
string
string
number
Date
string
any