2
0

📈 Add convenient isFirstOfKind field in total results digest

This commit is contained in:
Baptiste Arnaud
2023-03-14 21:10:43 +01:00
parent 67cb4b4878
commit 25c367901f
2 changed files with 20 additions and 11 deletions

View File

@ -73,6 +73,7 @@ const newResultsCollectedEventSchema = typebotEvent.merge(
name: z.literal('New results collected'),
data: z.object({
total: z.number(),
isFirstOfKind: z.literal(true).optional(),
}),
})
)