UNPKG

ionic-orm-x

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

10 lines (9 loc) 194 B
/** * This represents metadata of some object. */ export interface TargetMetadata { /** * Target class to which metadata is applied. */ readonly target: Function | string; }