Skip to content

Variable: FailedWebhookSchema

ts
const FailedWebhookSchema: ZodObject<{
  body: ZodOptional<ZodString>;
  failureTime: ZodNumber;
  id: ZodString;
  url: ZodString;
}, $loose>;

Defined in: src/cloud/models/failedWebhook.ts:5

Details about a failed webhook.