export interface ITskDistrictsModel {
    source_id: string;
    district?: string;
}
