UNPKG

ionic-orm-2

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

4 lines (3 loc) 86 B
export declare type OrderByCondition = { [columnName: string]: "ASC" | "DESC"; };