UNPKG

@n8n/typeorm

Version:

Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports PostgreSQL and SQLite databases.

7 lines (6 loc) 131 B
/** * Interface of the simple literal object with any string keys. */ export interface ObjectLiteral { [key: string]: any; }