Files
evento/dist/gift/api/dto/create-gift.dto.js
2026-03-18 14:55:56 -03:00

7 lines
172 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CreateGiftDto = void 0;
class CreateGiftDto {
}
exports.CreateGiftDto = CreateGiftDto;