Folo/apps/mobile/src/lib/language.ts

5 lines
156 B
TypeScript

import type { languageSchema } from "@follow/shared/src/hono"
import type { z } from "zod"
export type SupportedLanguages = z.infer<typeof languageSchema>