UNPKG

@userlab/dx

Version:

Build efficient GraphQL backend

3 lines (2 loc) 196 B
import { DxArgs, DBOptions } from '../types'; export declare const create: <TObject, TCreateObject>({ table, fields, }: DxArgs) => (values: TCreateObject, options: DBOptions) => Promise<TObject>;