add api routes for segments

This commit is contained in:
Francis Cao 2025-06-17 10:08:08 -07:00
parent f61421b742
commit 8408bbd25c
6 changed files with 11066 additions and 134 deletions

View file

@ -76,3 +76,5 @@ export const reportParms = {
value: z.string().optional(),
}),
};
export const segmentTypeParam = z.enum(['segment', 'cohort']);