/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import * as z from "zod/v3"; import { ClosedEnum } from "../types/enums.js"; export const CleansingInternationalBatchRangeDecomposeOptions = { Match: "Match", Range: "Range", Full: "Full", } as const; export type CleansingInternationalBatchRangeDecomposeOptions = ClosedEnum< typeof CleansingInternationalBatchRangeDecomposeOptions >; /** @internal */ export const CleansingInternationalBatchRangeDecomposeOptions$outboundSchema: z.ZodNativeEnum = z .nativeEnum(CleansingInternationalBatchRangeDecomposeOptions);