UNPKG

minapp-fetch

Version:
5 lines (4 loc) 313 B
import { TTable, ISetParams, ISetManyQuery, TSentence } from './index'; declare function fetchSetMany(table: TTable, params: ISetParams[], query?: ISetManyQuery): Promise<any>; declare function fetchSetMany(table: TTable, params: ISetParams[], query: TSentence): Promise<string>; export default fetchSetMany;