UNPKG

ionic-orm-2

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

7 lines (6 loc) 271 B
import { ColumnOptions } from "../options/ColumnOptions"; /** * This column will store an update date of the updated object. * This date is being updated each time you persist the object. */ export declare function UpdateDateColumn(options?: ColumnOptions): Function;