mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 13:17:19 +01:00
Added query options.
This commit is contained in:
parent
2559263e91
commit
688705dbb3
6 changed files with 42 additions and 25 deletions
|
|
@ -137,11 +137,11 @@ export interface QueryFilters {
|
|||
unit?: string;
|
||||
domain?: string;
|
||||
eventType?: number;
|
||||
eventName?: string;
|
||||
url?: string;
|
||||
referrer?: string;
|
||||
title?: string;
|
||||
query?: string;
|
||||
event?: string;
|
||||
os?: string;
|
||||
browser?: string;
|
||||
device?: string;
|
||||
|
|
@ -150,3 +150,7 @@ export interface QueryFilters {
|
|||
city?: string;
|
||||
language?: string;
|
||||
}
|
||||
|
||||
export interface QueryOptions {
|
||||
joinSession?: boolean;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue