MCPcopy
hub / github.com/makeplane/plane / ILanguageOption

Interface ILanguageOption

packages/i18n/src/types/language.ts:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 | "tr-TR";
27
28export interface ILanguageOption {
29 label: string;
30 value: TLanguage;
31}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected