This is the aggregate state interface
interface CounterState extends AggregateState { id: string; count: number; }
This is history revision of the aggregate.
Generated using TypeDoc
This is the aggregate state interface