Skip to content

Commit 44fa4e2

Browse files
committed
refactor: handleNewBooking #3
1 parent a52f7ef commit 44fa4e2

16 files changed

Lines changed: 633 additions & 544 deletions

packages/features/bookings/lib/getBookingDataSchema.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ const getBookingDataSchema = ({
1717
);
1818
};
1919

20+
export type TgetBookingDataSchema = z.infer<ReturnType<typeof getBookingDataSchema>>;
21+
2022
export default getBookingDataSchema;

0 commit comments

Comments
 (0)