import * as z from "zod"; import { ScheduleCreatePayloadV2, ScheduleCreatePayloadV2$Outbound } from "./schedulecreatepayloadv2.js"; export type CreateRequestBody12 = { schedule: ScheduleCreatePayloadV2; }; /** @internal */ export declare const CreateRequestBody12$inboundSchema: z.ZodType; /** @internal */ export type CreateRequestBody12$Outbound = { schedule: ScheduleCreatePayloadV2$Outbound; }; /** @internal */ export declare const CreateRequestBody12$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace CreateRequestBody12$ { /** @deprecated use `CreateRequestBody12$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `CreateRequestBody12$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `CreateRequestBody12$Outbound` instead. */ type Outbound = CreateRequestBody12$Outbound; } //# sourceMappingURL=createrequestbody12.d.ts.map