Merged in fix/SW-2051-add-correct-links-to-cards (pull request #2013)
fix(SW-2051): add correct url to promocards on confirmation page * fix(SW-2051): add correct url to promocards on confirmation page Approved-by: Christian Andolf
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
import type { BookingConfirmation } from "@/types/trpc/routers/booking/confirmation"
|
||||
|
||||
export interface PromosProps
|
||||
extends Pick<
|
||||
BookingConfirmation["booking"],
|
||||
"confirmationNumber" | "hotelId"
|
||||
>,
|
||||
Pick<BookingConfirmation["booking"]["guest"], "lastName"> {}
|
||||
export interface PromosProps extends Pick<BookingConfirmation, "booking"> {}
|
||||
|
||||
Reference in New Issue
Block a user