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