Skip to content
2 changes: 2 additions & 0 deletions packages/features/bookings/lib/getBookingDataSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ const getBookingDataSchema = ({
);
};

export type TgetBookingDataSchema = z.infer<ReturnType<typeof getBookingDataSchema>>;

export default getBookingDataSchema;
Loading