MCPcopy Create free account
hub / github.com/chokcoco/iCSS / LanguageConfig

Interface LanguageConfig

website/app/lib/language.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export type Language = 'zh' | 'en';
2
3export interface LanguageConfig {
4 name: string;
5 value: Language;
6 flag: string;
7}
8
9export const languages: LanguageConfig[] = [
10 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected