fix: clean up hotel and its typings
This commit is contained in:
6
server/routers/hotels/schemas/hotel/socialMedia.ts
Normal file
6
server/routers/hotels/schemas/hotel/socialMedia.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { z } from "zod"
|
||||
|
||||
export const socialMediaSchema = z.object({
|
||||
facebook: z.string().optional(),
|
||||
instagram: z.string().optional(),
|
||||
})
|
||||
Reference in New Issue
Block a user