/** * @example * { * deliveryId: "dlv_9f8e7d6c" * } */ export interface GetDeliveryWebhooksRequest { /** Delivery ID */ deliveryId: string; }