judge4c/src/config/language.ts

4 lines
98 B
TypeScript
Raw Normal View History

import { Language } from "@/generated/client";
export const LANGUAGES = Object.values(Language);