import * as z from "zod"; import { CustomFieldTypeInfoV1, CustomFieldTypeInfoV1$Outbound } from "./customfieldtypeinfov1.js"; import { CustomFieldValueV1, CustomFieldValueV1$Outbound } from "./customfieldvaluev1.js"; export type CustomFieldEntryV1 = { customField: CustomFieldTypeInfoV1; /** * List of custom field values set on this entry */ values: Array; }; /** @internal */ export declare const CustomFieldEntryV1$inboundSchema: z.ZodType; /** @internal */ export type CustomFieldEntryV1$Outbound = { custom_field: CustomFieldTypeInfoV1$Outbound; values: Array; }; /** @internal */ export declare const CustomFieldEntryV1$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 CustomFieldEntryV1$ { /** @deprecated use `CustomFieldEntryV1$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `CustomFieldEntryV1$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `CustomFieldEntryV1$Outbound` instead. */ type Outbound = CustomFieldEntryV1$Outbound; } //# sourceMappingURL=customfieldentryv1.d.ts.map