export interface IRegion {
    name: string;
    abbreviation: string;
}
