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