📈 Add convenient isFirstOfKind field in total results digest
This commit is contained in:
@ -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(),
|
||||
}),
|
||||
})
|
||||
)
|
||||
|
Reference in New Issue
Block a user