fix: clean up hotel and its typings
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { z } from "zod"
|
||||
|
||||
export const contactInformationSchema = z.object({
|
||||
email: z.string(),
|
||||
faxNumber: z.string().optional(),
|
||||
phoneNumber: z.string(),
|
||||
websiteUrl: z.string(),
|
||||
})
|
||||
Reference in New Issue
Block a user