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