Type Alias EventStoreElementType

EventStoreElementType: {
    event: IEvent<any>;
}