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