fix: clean up hotel and its typings
This commit is contained in:
8
server/routers/hotels/schemas/hotel/address.ts
Normal file
8
server/routers/hotels/schemas/hotel/address.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { z } from "zod"
|
||||
|
||||
export const addressSchema = z.object({
|
||||
city: z.string(),
|
||||
country: z.string(),
|
||||
streetAddress: z.string(),
|
||||
zipCode: z.string(),
|
||||
})
|
||||
Reference in New Issue
Block a user