/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import * as z from "zod/v4-mini"; import * as openEnums from "../../types/enums.js"; import { OpenEnum } from "../../types/enums.js"; export const RoundType = { Up: "up", Down: "down", } as const; export type RoundType = OpenEnum; /** @internal */ export const RoundType$inboundSchema: z.ZodMiniType = openEnums.inboundSchema(RoundType); /** @internal */ export const RoundType$outboundSchema: z.ZodMiniType = openEnums.outboundSchema(RoundType);