TypeScript SDK

WebhookPayload

type WebhookPayload = Exclude<
z.infer<typeof webhookSchema>,
{ version: 1 }
>;