Variable FailedWebhooksSchemaConst
FailedWebhooksSchema: ZodObject<
{
maxResults: ZodNumber;
next: ZodOptional<ZodURL>;
values: ZodArray<
ZodObject<
{
body: ZodOptional<ZodString>;
failureTime: ZodNumber;
id: ZodString;
url: ZodString;
},
$loose,
>,
>;
},
$loose,
> = ...
A page of failed webhooks.