export interface LocationWeightConfig {
    location1: string;
    location2: string;
    weight: number;
}
