Added metrics bar and date range to sessions.

This commit is contained in:
Mike Cao 2024-08-07 00:10:25 -07:00
parent 36663bd52d
commit b9068c0050
44 changed files with 859 additions and 739 deletions

View file

@ -41,7 +41,7 @@ export interface PageResult<T> {
sortDescending?: boolean;
}
export interface FilterQueryResult<T> {
export interface PagedQueryResult<T> {
result: PageResult<T>;
query: any;
params: PageParams;