import * as z from "zod"; import { CustomFieldV2, CustomFieldV2$Outbound } from "./customfieldv2.js"; export type ListResponseBody5 = { customFields: Array; }; /** @internal */ export declare const ListResponseBody5$inboundSchema: z.ZodType; /** @internal */ export type ListResponseBody5$Outbound = { custom_fields: Array; }; /** @internal */ export declare const ListResponseBody5$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 ListResponseBody5$ { /** @deprecated use `ListResponseBody5$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ListResponseBody5$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ListResponseBody5$Outbound` instead. */ type Outbound = ListResponseBody5$Outbound; } //# sourceMappingURL=listresponsebody5.d.ts.map