mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 21:57:16 +01:00
add api routes for segments
This commit is contained in:
parent
f61421b742
commit
8408bbd25c
6 changed files with 11066 additions and 134 deletions
|
|
@ -76,3 +76,5 @@ export const reportParms = {
|
|||
value: z.string().optional(),
|
||||
}),
|
||||
};
|
||||
|
||||
export const segmentTypeParam = z.enum(['segment', 'cohort']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue