fix: add comment to fix later any

pull/9078/head
Agusti Fernandez Pardo 2022-05-20 01:47:17 +02:00
parent dc967b7d9e
commit d23fa4be4e
1 changed files with 1 additions and 0 deletions

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(),
})