export interface WebhooksWebhookTestResponse { /** Whether the test delivery was accepted by the endpoint. */ delivered?: boolean; /** Human-readable result message. */ message?: string; /** HTTP status code returned by the webhook endpoint. */ statusCode?: number; }