UNPKG

lambdaorm

Version:
6 lines (5 loc) 160 B
import { Sentence } from 'lambdaorm-base'; import { Query } from '../../../query/domain'; export interface DmlBuilder { build(sentence: Sentence): Query; }