import * as z from "zod/v4-mini"; import * as components from "../components/index.js"; export type UpdateWebhookRequest = { /** * Object ID of the webhook to retrieve */ webhookId: string; webhookUpdateRequest: components.WebhookUpdateRequest; }; /** @internal */ export type UpdateWebhookRequest$Outbound = { webhookId: string; WebhookUpdateRequest: components.WebhookUpdateRequest$Outbound; }; /** @internal */ export declare const UpdateWebhookRequest$outboundSchema: z.ZodMiniType; export declare function updateWebhookRequestToJSON(updateWebhookRequest: UpdateWebhookRequest): string; //# sourceMappingURL=updatewebhook.d.ts.map