| Current Path : /var/www/recommendations/www/node_modules/sequelize/types/generic/ |
| Current File : //var/www/recommendations/www/node_modules/sequelize/types/generic/sql-fragment.d.ts |
import { Falsy } from './falsy';
export type SQLFragment = string | Falsy | SQLFragment[];
export type TruthySQLFragment = string | SQLFragment[];