export interface ContinuousQueryResultTableChanges { queryId: string; querySlug: string; data: Record; }