mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
update segmentParamSchema, add typing to getEntity
This commit is contained in:
parent
d4ff7c8e3f
commit
f4eaa9fd0d
3 changed files with 5 additions and 4 deletions
|
|
@ -249,7 +249,7 @@ export const reportResultSchema = z.intersection(
|
|||
|
||||
export const segmentTypeParam = z.enum(['segment', 'cohort']);
|
||||
|
||||
export const segmentParametersSchema = z.object({
|
||||
export const segmentParamSchema = z.object({
|
||||
filters: z
|
||||
.array(
|
||||
z.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue