/**
 * This file was generated by st-open-api
 */
export interface IDistanceCalculationResponse {
    sections?: Array<number>;
    total: number;
    unit: string;
}
