feat(SW-65): Updated zod infer to output

This commit is contained in:
Hrishikesh Vaipurkar
2024-08-07 14:46:00 +02:00
parent 937e625170
commit f35edcd6cb

View File

@@ -2,4 +2,4 @@ import { z } from "zod"
import { bookingWidgetSchema } from "@/components/BookingWidget/schema"
export type BookingWidgetSchema = z.infer<typeof bookingWidgetSchema>
export type BookingWidgetSchema = z.output<typeof bookingWidgetSchema>