Initial commit - Event Planner application
This commit is contained in:
6
dist/guest/api/dto/update-rsvp.dto.js
vendored
Normal file
6
dist/guest/api/dto/update-rsvp.dto.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.UpdateRsvpDto = void 0;
|
||||
class UpdateRsvpDto {
|
||||
}
|
||||
exports.UpdateRsvpDto = UpdateRsvpDto;
|
||||
Reference in New Issue
Block a user