feat(SW-885): ancillary and book next stay
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export interface PromoProps {
|
||||
buttonText: string
|
||||
href: string
|
||||
text: string
|
||||
title: string
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
export interface PromosProps {
|
||||
confirmationNumber: string | null
|
||||
hotelId: string
|
||||
lastName: string | null
|
||||
}
|
||||
Reference in New Issue
Block a user