import * as z from "zod/v4-mini"; import { EventTypeUpdate, EventTypeUpdate$Outbound } from "../components/eventtypeupdate.js"; export type EventTypesUpdateRequest = { /** * The event type ID. */ id: string; eventTypeUpdate: EventTypeUpdate; }; /** @internal */ export type EventTypesUpdateRequest$Outbound = { id: string; EventTypeUpdate: EventTypeUpdate$Outbound; }; /** @internal */ export declare const EventTypesUpdateRequest$outboundSchema: z.ZodMiniType; export declare function eventTypesUpdateRequestToJSON(eventTypesUpdateRequest: EventTypesUpdateRequest): string; //# sourceMappingURL=eventtypesupdate.d.ts.map