import type { WebhookExecution } from '../schemas/WebhookExecution'; import type { Status } from '../schemas/Status'; export interface WebhookExecutionResponseResponse { data: WebhookExecution; status: Status; }