export interface RegionalData {
    name: string;
    id: number;
    category: any;
    selected: boolean;
};
