UNPKG

pure-orm

Version:

A SQL Toolkit based on pure business objects passed to and from stateful data access objects

7 lines (6 loc) 251 B
export declare const entities: { tableName: string; columns: import("../../src/core").IColumn[]; Model: typeof import("./models/feature-switch").FeatureSwitch; Collection: typeof import("./models/feature-switch").FeatureSwitches; }[];