Variable: ContainerForWebhookIDsSchema
ts
const ContainerForWebhookIDsSchema: ZodObject<{
webhookIds: ZodArray<ZodNumber>;
}, $loose>;Defined in: src/cloud/models/containerForWebhookIDs.ts:5
Container for a list of webhook IDs.