/** * @module @ddes/event-streaming */ export interface FilterSet { [key: string]: any; }