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