import { z } from "zod"; import { Lang } from "@/constants/languages"; export const getNavigationInputSchema = z.nativeEnum(Lang)