feat(SW-415): Added content from API
This commit is contained in:
@@ -5,6 +5,7 @@ export type FlexibilityOptionProps = {
|
||||
name: string
|
||||
value: string
|
||||
paymentTerm: string
|
||||
priceInformation?: Array<string>
|
||||
}
|
||||
|
||||
export interface PriceTableProps {
|
||||
|
||||
@@ -3,7 +3,10 @@ import {
|
||||
RoomConfiguration,
|
||||
} from "@/server/routers/hotels/output"
|
||||
|
||||
import { RoomData } from "@/types/hotel"
|
||||
|
||||
export type RoomCardProps = {
|
||||
roomConfiguration: RoomConfiguration
|
||||
rateDefinitions: RateDefinition[]
|
||||
roomCategories: RoomData[]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
import { RoomsAvailability } from "@/server/routers/hotels/output"
|
||||
|
||||
import { RoomData } from "@/types/hotel"
|
||||
|
||||
export interface RoomSelectionProps {
|
||||
roomConfigurations: RoomsAvailability
|
||||
roomCategories: RoomData[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user