import * as z from "zod/v4-mini"; import { WebhookEndpointUpdate, WebhookEndpointUpdate$Outbound } from "../components/webhookendpointupdate.js"; export type WebhooksUpdateWebhookEndpointRequest = { /** * The webhook endpoint ID. */ id: string; webhookEndpointUpdate: WebhookEndpointUpdate; }; /** @internal */ export type WebhooksUpdateWebhookEndpointRequest$Outbound = { id: string; WebhookEndpointUpdate: WebhookEndpointUpdate$Outbound; }; /** @internal */ export declare const WebhooksUpdateWebhookEndpointRequest$outboundSchema: z.ZodMiniType; export declare function webhooksUpdateWebhookEndpointRequestToJSON(webhooksUpdateWebhookEndpointRequest: WebhooksUpdateWebhookEndpointRequest): string; //# sourceMappingURL=webhooksupdatewebhookendpoint.d.ts.map