UNPKG

nexorm

Version:

A powerful TypeScript ORM with advanced features.

4 lines (3 loc) 235 B
import { Model, ModelStatic } from "sequelize"; import { CountMethodsOptions } from "../decorator"; export declare function count(model: ModelStatic<Model<any, any>>, filter?: any, options?: CountMethodsOptions<any>): Promise<number>;