UNPKG

node-jt400

Version:
5 lines (4 loc) 279 B
import { BaseConnection, InsertList } from './baseConnection.types'; export type CreateInsertList = (connection: BaseConnection) => InsertList; export declare const createInsertListInOneStatment: CreateInsertList; export declare const createStandardInsertList: CreateInsertList;