mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Updated session event data save.
This commit is contained in:
parent
0a4eb05196
commit
b79ed9dee6
3 changed files with 97 additions and 29 deletions
|
|
@ -73,7 +73,7 @@ export interface FilterQueryResult<T> {
|
|||
}
|
||||
|
||||
export interface DynamicData {
|
||||
[key: string]: number | string | DynamicData | number[] | string[] | DynamicData[];
|
||||
[key: string]: number | string | number[] | string[];
|
||||
}
|
||||
|
||||
export interface Auth {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue