interface TripCheckoutPrices {
    currentPrice: number;
    initial: number;
    remainingPrice: number;
}

Hierarchy

  • Pick<Prices, "initial" | "remainingPrice">
    • TripCheckoutPrices

Properties

currentPrice: number
initial: number
remainingPrice: number