WebhookEventName
Union of all webhook event types.WebhookRegistration
A webhook registration including the signing secret. Only returned at creation time.WebhookRegistrationPublic
A webhook registration without the secret. Returned by list, get, and update endpoints.WebhookUser
A user object with thetoken field stripped. Used in webhook payloads.
WebhookPayload
Union of all webhook payload types. Every payload includesid, event, and timestamp fields.
WebhookDelivery
A webhook delivery log entry. This type is defined on the server and not exported from@collab-kit/utils.