export type WebhookClientData = WebhookClientDataIdWithToken | WebhookClientDataURL;
Represents the credentials used for a webhook.
export type WebhookClientData = WebhookClientDataIdWithToken | WebhookClientDataURL;
Represents the credentials used for a webhook.