import * as z from "zod"; export type SchedulesV2NumberDestroyRequest = { /** * Unique internal ID of the schedule */ id: string; }; /** @internal */ export declare const SchedulesV2NumberDestroyRequest$inboundSchema: z.ZodType; /** @internal */ export type SchedulesV2NumberDestroyRequest$Outbound = { id: string; }; /** @internal */ export declare const SchedulesV2NumberDestroyRequest$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 SchedulesV2NumberDestroyRequest$ { /** @deprecated use `SchedulesV2NumberDestroyRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `SchedulesV2NumberDestroyRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `SchedulesV2NumberDestroyRequest$Outbound` instead. */ type Outbound = SchedulesV2NumberDestroyRequest$Outbound; } //# sourceMappingURL=schedulesv2numberdestroy.d.ts.map