UNPKG

nexorm

Version:

A powerful TypeScript ORM with advanced features.

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