UNPKG

nexorm

Version:

A powerful TypeScript ORM with advanced features.

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