Added limit to metrics queries.

This commit is contained in:
Mike Cao 2023-12-12 19:00:44 -08:00
parent a851ebf124
commit 907685b96e
7 changed files with 32 additions and 12 deletions

View file

@ -206,6 +206,7 @@ export interface QueryFilters {
export interface QueryOptions {
joinSession?: boolean;
columns?: { [key: string]: string };
limit?: number;
}
export interface RealtimeData {