UNPKG

ionic-orm-3

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

14 lines (13 loc) 274 B
/** * Arguments for NamingStrategyMetadata class. */ export interface NamingStrategyMetadataArgs { /** * Class to which this column is applied. */ readonly target: Function; /** * Strategy name. */ readonly name: string; }