UNPKG

ionic-orm-2

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

5 lines (4 loc) 143 B
/** * This decorators is used on the entities that must be embedded into the tables. */ export declare function EmbeddableTable(): Function;