export interface FrequencyRegionModel {
    name: string;
    country: string;
}
