Enable search for metrics.

This commit is contained in:
Mike Cao 2024-03-05 00:45:55 -08:00
parent bbd7c4b6ea
commit b0bfd0b5ab
7 changed files with 74 additions and 30 deletions

View file

@ -213,6 +213,7 @@ export interface QueryFilters {
city?: string;
language?: string;
event?: string;
search?: string;
}
export interface QueryOptions {