refactor(SW-296)
This commit is contained in:
5
types/components/hotelPage/amenities.ts
Normal file
5
types/components/hotelPage/amenities.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { Amenities } from "@/types/hotel"
|
||||
|
||||
export type AmentiesListProps = {
|
||||
detailedFacilities: Amenities
|
||||
}
|
||||
Reference in New Issue
Block a user