fix: clean up hotel and its typings
This commit is contained in:
7
server/routers/hotels/schemas/hotel/location.ts
Normal file
7
server/routers/hotels/schemas/hotel/location.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { z } from "zod"
|
||||
|
||||
export const locationSchema = z.object({
|
||||
distanceToCentre: z.number(),
|
||||
latitude: z.number(),
|
||||
longitude: z.number(),
|
||||
})
|
||||
Reference in New Issue
Block a user