interface Transport {
    minimum: number;
    preferred: number;
    total: number;
}

Properties

minimum: number
preferred: number
total: number