UNPKG

@sequeljs/ast

Version:

A SQL AST manager for JavaScript

5 lines 185 B
import type TableAlias from '../nodes/TableAlias'; import type Table from '../Table'; type Relation = Table | TableAlias; export default Relation; //# sourceMappingURL=Relation.d.ts.map