first commit

This commit is contained in:
DerJesen
2025-11-29 12:26:58 +01:00
parent 2fae31f20f
commit fe5bbc1410
142 changed files with 19585 additions and 1 deletions

7
dist/events/dto/create-event.dto.js vendored Normal file
View File

@@ -0,0 +1,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CreateEventDto = void 0;
class CreateEventDto {
}
exports.CreateEventDto = CreateEventDto;
//# sourceMappingURL=create-event.dto.js.map