export interface SapCountryModel { id: string; name: string; }