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