export interface FrequencyServiceCentre {
    name: string;
    code: string;
    region: string;
}
