UNPKG

ionic-orm-x

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

10 lines (9 loc) 199 B
/** * Arguments for EntitySubscriberMetadata class. */ export interface EntitySubscriberMetadataArgs { /** * Class to which subscriber is applied. */ readonly target: Function; }