export interface GetPlaceDistanceRequest {
    fromPlaceId: string;
    toPlaceId: string;
    distanceUnit: string;
}
