mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Segment editing.
This commit is contained in:
parent
fba7e12c36
commit
2dbcf63eeb
22 changed files with 306 additions and 42 deletions
|
|
@ -24,6 +24,13 @@ export interface Auth {
|
|||
};
|
||||
}
|
||||
|
||||
export interface Filter {
|
||||
name: string;
|
||||
operator: string;
|
||||
value: string;
|
||||
type?: string;
|
||||
}
|
||||
|
||||
export interface DateRange {
|
||||
startDate: Date;
|
||||
endDate: Date;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue