Initial commit - Event Planner application
This commit is contained in:
5
dist/guest/api/dto/update-rsvp.dto.d.ts
vendored
Normal file
5
dist/guest/api/dto/update-rsvp.dto.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export declare class UpdateRsvpDto {
|
||||
rsvp: boolean;
|
||||
tableId?: string;
|
||||
}
|
||||
//# sourceMappingURL=update-rsvp.dto.d.ts.map
|
||||
Reference in New Issue
Block a user