fix: add comment to fix later any
This commit is contained in:
@@ -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(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user