import * as z from "zod"; import { CustomFieldOptionV1, CustomFieldOptionV1$Outbound } from "./customfieldoptionv1.js"; import { PaginationMetaResult, PaginationMetaResult$Outbound } from "./paginationmetaresult.js"; export type ListResponseBody3 = { customFieldOptions: Array; paginationMeta: PaginationMetaResult; }; /** @internal */ export declare const ListResponseBody3$inboundSchema: z.ZodType; /** @internal */ export type ListResponseBody3$Outbound = { custom_field_options: Array; pagination_meta: PaginationMetaResult$Outbound; }; /** @internal */ export declare const ListResponseBody3$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 ListResponseBody3$ { /** @deprecated use `ListResponseBody3$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ListResponseBody3$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ListResponseBody3$Outbound` instead. */ type Outbound = ListResponseBody3$Outbound; } //# sourceMappingURL=listresponsebody3.d.ts.map