UNPKG

typeorm

Version:

Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, MongoDB databases.

15 lines (13 loc) 369 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeleteResult = void 0; /** * Result object returned by DeleteQueryBuilder execution. */ var DeleteResult = /** @class */ (function () { function DeleteResult() { } return DeleteResult; }()); exports.DeleteResult = DeleteResult; //# sourceMappingURL=DeleteResult.js.map