feat: implement Booking module with BookableSpace entity, controller, service, and DTOs for managing bookable spaces

This commit is contained in:
faris Aljohari
2025-06-17 22:02:13 -06:00
parent 8d44b66dd3
commit 332b2f5851
11 changed files with 276 additions and 0 deletions

1
src/booking/index.ts Normal file
View File

@ -0,0 +1 @@
export * from './booking.module';