UNPKG

@mbc-cqrs-serverless/ui-setting

Version:
16 lines 604 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataSettingCommandEntity = void 0; const openapi = require("@nestjs/swagger"); const core_1 = require("@mbc-cqrs-serverless/core"); class DataSettingCommandEntity extends core_1.CommandEntity { constructor(partial) { super(); Object.assign(this, partial); } static _OPENAPI_METADATA_FACTORY() { return { attributes: { required: false, type: () => Object } }; } } exports.DataSettingCommandEntity = DataSettingCommandEntity; //# sourceMappingURL=data-setting-command.entity.js.map