Merged in feat/SW-682-hotel-page-update-navigation-headers (pull request #1193)
feat/SW-682-hotel-page-update-navigation-headers * feat(SW-682): fetch tab values * feat(SW-682): change key name Approved-by: Erik Tiekstra Approved-by: Matilda Landström
This commit is contained in:
@@ -8,8 +8,20 @@ export enum HotelHashValues {
|
||||
faq = "faq",
|
||||
}
|
||||
|
||||
type Tabs = {
|
||||
overview?: string
|
||||
rooms?: string
|
||||
restaurant_bar?: string
|
||||
conferences_meetings?: string
|
||||
health_wellness?: string
|
||||
activities?: string
|
||||
offers?: string
|
||||
faq?: string
|
||||
}
|
||||
|
||||
export type TabNavigationProps = {
|
||||
restaurantTitle: string
|
||||
hasActivities: boolean
|
||||
hasFAQ: boolean
|
||||
tabValues?: Tabs | null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user