Skip to content

Type Alias: Webhook

ts
type Webhook = z.infer<typeof WebhookSchema>;

Defined in: models/webhook.ts:15