Updated events/sessions pages. Added DateDistance component.
This commit is contained in:
@@ -29,7 +29,7 @@ export interface PageResult<T> {
|
||||
sortDescending?: boolean;
|
||||
}
|
||||
|
||||
export interface PagedQueryResult<T> {
|
||||
export interface PagedQueryResult<T = any> {
|
||||
result: PageResult<T>;
|
||||
query: any;
|
||||
params: PageParams;
|
||||
|
||||
Reference in New Issue
Block a user