export interface IParkingTariffRelation {
    parking_id: string;
    tariff_id: string;
    source: string;
}
