UNPKG

es-entity

Version:

ORM framework for Node js based on Ecmascript 6 and Typescript.

8 lines (6 loc) 150 B
import IConnectionConfig from './IConnectionConfig.js'; interface IConfig { dbConfig: IConnectionConfig; logger?: any; } export default IConfig;