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