Query schema for event aggregate endpoint

interface EventAggregateQuery {
    filter?: EventFilter;
}

Hierarchy (view full)

Properties

Properties

filter?: EventFilter

Filter on events with strict matching.