UNPKG

typeorm

Version:

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

3 lines (2 loc) 112 B
import { ObjectId } from "../driver/mongodb/typings"; export type EntityId = string | number | Date | ObjectId;