fix: add comment to fix later any

This commit is contained in:
Agusti Fernandez Pardo
2022-05-20 01:47:17 +02:00
parent dc967b7d9e
commit d23fa4be4e
+1
View File
@@ -24,6 +24,7 @@ export const schemaWebhookCreateBodyParams = schemaWebhookBaseBodyParams.merge(s
const schemaWebhookEditParams = z
.object({
payloadTemplate: z.string().optional(),
/** @todo: don't use any here and validate eventTriggers proper */
eventTriggers: z.any(),
subscriberUrl: z.string().optional(),
})