import * as z from "zod"; import { PaginationMetaResultWithTotal, PaginationMetaResultWithTotal$Outbound } from "./paginationmetaresultwithtotal.js"; import { ScheduleV2, ScheduleV2$Outbound } from "./schedulev2.js"; export type ListResponseBody16 = { paginationMeta?: PaginationMetaResultWithTotal | undefined; schedules: Array; }; /** @internal */ export declare const ListResponseBody16$inboundSchema: z.ZodType; /** @internal */ export type ListResponseBody16$Outbound = { pagination_meta?: PaginationMetaResultWithTotal$Outbound | undefined; schedules: Array; }; /** @internal */ export declare const ListResponseBody16$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 ListResponseBody16$ { /** @deprecated use `ListResponseBody16$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ListResponseBody16$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ListResponseBody16$Outbound` instead. */ type Outbound = ListResponseBody16$Outbound; } //# sourceMappingURL=listresponsebody16.d.ts.map