UNPKG

@ossareh/typeorm

Version:

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

12 lines (10 loc) 249 B
/** * Result object returned by DeleteQueryBuilder execution. */ var DeleteResult = /** @class */ (function () { function DeleteResult() { } return DeleteResult; }()); export { DeleteResult }; //# sourceMappingURL=DeleteResult.js.map