mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 21:57:16 +01:00
Update types.
This commit is contained in:
parent
19d5ac0a4c
commit
b1024c71de
2 changed files with 2 additions and 18 deletions
|
|
@ -149,19 +149,6 @@ export interface WebsiteStats {
|
|||
totalTime: { value: number; change: number };
|
||||
}
|
||||
|
||||
export interface RealtimeInit {
|
||||
websites: Website[];
|
||||
token: string;
|
||||
data: RealtimeUpdate;
|
||||
}
|
||||
|
||||
export interface RealtimeUpdate {
|
||||
pageviews: any[];
|
||||
sessions: any[];
|
||||
events: any[];
|
||||
timestamp: number;
|
||||
}
|
||||
|
||||
export interface DateRange {
|
||||
value: string;
|
||||
startDate: Date;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue