UNPKG

@domisoft/todo-clean-architecture

Version:

todo project following uncle bob clean architecture patterns

10 lines 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var TodoEntity = /** @class */ (function () { function TodoEntity(params) { Object.assign(this, params); } return TodoEntity; }()); exports.TodoEntity = TodoEntity; //# sourceMappingURL=todo.entity.js.map