fix: wrong prop name
This commit is contained in:
committed by
Erik Tiekstra
parent
428fb3df3f
commit
4cc325f54c
10
types/components/hotelPage/staticMap.ts
Normal file
10
types/components/hotelPage/staticMap.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
type Coordinates = {
|
||||
latitude: number
|
||||
longitude: number
|
||||
}
|
||||
|
||||
export type StaticMapProps = {
|
||||
coordinates: Coordinates
|
||||
hotelName: string
|
||||
zoomLevel?: number
|
||||
}
|
||||
Reference in New Issue
Block a user