mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
implement cohorts to clickhouse/pg library and all relevant queries
This commit is contained in:
parent
a753809a74
commit
e75d009df3
22 changed files with 220 additions and 10983 deletions
|
|
@ -158,6 +158,7 @@ export interface QueryFilters {
|
|||
event?: string;
|
||||
search?: string;
|
||||
tag?: string;
|
||||
cohort?: { [key: string]: string };
|
||||
}
|
||||
|
||||
export interface QueryOptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue