feat(sw-453): Added selected types count
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export interface RoomFilterProps {
|
||||
numberOfRooms: number
|
||||
}
|
||||
@@ -4,7 +4,7 @@ import { RoomData } from "@/types/hotel"
|
||||
import { SafeUser } from "@/types/user"
|
||||
|
||||
export interface RoomSelectionProps {
|
||||
roomConfigurations: RoomsAvailability
|
||||
roomsAvailability: RoomsAvailability
|
||||
roomCategories: RoomData[]
|
||||
user: SafeUser
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user