export interface SapStateModel { id: string; country: string; name: string; }