UNPKG

@mbc-cqrs-serverless/tenant

Version:
14 lines 493 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SettingEntity = void 0; const openapi = require("@nestjs/swagger"); class SettingEntity { constructor(partial) { Object.assign(this, partial); } static _OPENAPI_METADATA_FACTORY() { return { id: { required: true, type: () => String }, settingValue: { required: true, type: () => Object } }; } } exports.SettingEntity = SettingEntity; //# sourceMappingURL=setting.entity.js.map