✨ Introducing Radar, fraud detection
This commit is contained in:
@@ -55,6 +55,7 @@ export const typebotV5Schema = z.preprocess(
|
||||
isArchived: z.boolean(),
|
||||
isClosed: z.boolean(),
|
||||
whatsAppCredentialsId: z.string().nullable(),
|
||||
riskLevel: z.number().nullable(),
|
||||
}) satisfies z.ZodType<TypebotPrisma, z.ZodTypeDef, unknown>
|
||||
)
|
||||
export type TypebotV5 = z.infer<typeof typebotV5Schema>
|
||||
|
||||
Reference in New Issue
Block a user