Variable: ContainerForRegisteredWebhooksSchema
ts
const ContainerForRegisteredWebhooksSchema: ZodObject<{
webhookRegistrationResult: ZodOptional<ZodArray<ZodObject<{
createdWebhookId: ZodOptional<ZodNumber>;
errors: ZodOptional<ZodArray<ZodString>>;
}, $loose>>>;
}, $loose>;Defined in: src/cloud/models/containerForRegisteredWebhooks.ts:6
Container for a list of registered webhooks. Webhook details are returned in the same order as the request.