mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
Added limit to metrics queries.
This commit is contained in:
parent
a851ebf124
commit
907685b96e
7 changed files with 32 additions and 12 deletions
|
|
@ -206,6 +206,7 @@ export interface QueryFilters {
|
|||
export interface QueryOptions {
|
||||
joinSession?: boolean;
|
||||
columns?: { [key: string]: string };
|
||||
limit?: number;
|
||||
}
|
||||
|
||||
export interface RealtimeData {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue