export interface Language { countryCode: string; grade: string; }