UNPKG

nexorm

Version:

A powerful TypeScript ORM with advanced features.

3 lines (2 loc) 141 B
import { Model, ModelStatic } from "sequelize"; export declare function build(model: ModelStatic<Model<any, any>>, data: any): Promise<any>;