import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * The type of the field. */ export declare const CustomFieldType: { readonly Text: "text"; readonly Checkbox: "checkbox"; }; /** * The type of the field. */ export type CustomFieldType = ClosedEnum; /** @internal */ export declare const CustomFieldType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const CustomFieldType$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=customfieldtype.d.ts.map