/** * Contains information about the webhook creation */ export interface CreateWebhookResponse { webhook_identifier?: string; }