Variable: WebhooksExpirationDateSchema
ts
const WebhooksExpirationDateSchema: ZodObject<{
expirationDate: ZodNumber;
}, $loose>;Defined in: src/cloud/models/webhooksExpirationDate.ts:5
The date the refreshed webhooks expire.