export interface LanguageSimpleResponse { languageID: string; name: string; acronym: string; }