chore: cleaning up select-rate
This commit is contained in:
6
types/providers/room.ts
Normal file
6
types/providers/room.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { SelectedRoom } from "@/types/stores/rates"
|
||||
|
||||
export interface RoomProviderProps extends React.PropsWithChildren {
|
||||
idx: number
|
||||
room: SelectedRoom
|
||||
}
|
||||
Reference in New Issue
Block a user