Added metrics bar and date range to sessions.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user