mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
remove event_data. (#1804)
This commit is contained in:
parent
94165ca5ad
commit
82f0bc3d2b
21 changed files with 29 additions and 629 deletions
|
|
@ -50,10 +50,6 @@ export interface WebsiteActive {
|
|||
x: number;
|
||||
}
|
||||
|
||||
export interface WebsiteEventDataMetric {
|
||||
[key: string]: number;
|
||||
}
|
||||
|
||||
export interface WebsiteMetric {
|
||||
x: string;
|
||||
y: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue