Files
web/packages/booking-flow/lib/components/EnterDetails/PriceChangeData.ts
Anton Gunnarsson c69993fa96 Merged in chore/refactor-paymentclient (pull request #3219)
chore: Refactor PaymentClient

* Extract function mustGuaranteeBooking

* Break apart PaymentClient


Approved-by: Joakim Jäderberg
2025-11-27 10:04:10 +00:00

6 lines
106 B
TypeScript

export type PriceChangeData = Array<{
roomPrice: number
totalPrice: number
packagePrice?: number
}>