export interface LanguageType { Beef: string; } export let Languages: LanguageType = { Beef: 'beef', };