Restructure backend into modular API layers with admin/organizador/invitados routes, add role-based middleware, flatten module models, and update build scripts
This commit is contained in:
4
packages/legacy/src/guest/api/dto/update-rsvp.dto.ts
Normal file
4
packages/legacy/src/guest/api/dto/update-rsvp.dto.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export class UpdateRsvpDto {
|
||||
rsvp!: boolean;
|
||||
tableId?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user