import * as z from "zod"; export type CustomFieldOptionsV1NumberDeleteRequest = { /** * Unique identifier for the custom field option */ id: string; }; /** @internal */ export declare const CustomFieldOptionsV1NumberDeleteRequest$inboundSchema: z.ZodType; /** @internal */ export type CustomFieldOptionsV1NumberDeleteRequest$Outbound = { id: string; }; /** @internal */ export declare const CustomFieldOptionsV1NumberDeleteRequest$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 CustomFieldOptionsV1NumberDeleteRequest$ { /** @deprecated use `CustomFieldOptionsV1NumberDeleteRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `CustomFieldOptionsV1NumberDeleteRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `CustomFieldOptionsV1NumberDeleteRequest$Outbound` instead. */ type Outbound = CustomFieldOptionsV1NumberDeleteRequest$Outbound; } //# sourceMappingURL=customfieldoptionsv1numberdelete.d.ts.map