fix: rename children to childrenInRoom
This commit is contained in:
@@ -5,7 +5,7 @@ export type ChildBed = {
|
||||
value: number
|
||||
}
|
||||
|
||||
export type TGuestsRoom = Required<Pick<Room, "adults" | "children">>
|
||||
export type TGuestsRoom = Required<Pick<Room, "adults" | "childrenInRoom">>
|
||||
|
||||
export type GuestsRoomPickerProps = {
|
||||
index: number
|
||||
|
||||
Reference in New Issue
Block a user