mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
This commit is contained in:
parent
4a3190b2da
commit
ee698b636a
21 changed files with 189 additions and 69 deletions
|
|
@ -42,6 +42,7 @@ export const filterParams = {
|
|||
segment: z.uuid().optional(),
|
||||
cohort: z.uuid().optional(),
|
||||
eventType: z.coerce.number().int().positive().optional(),
|
||||
excludeBounce: z.string().optional(),
|
||||
};
|
||||
|
||||
export const searchParams = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue