Your IP : 216.73.216.52


Current Path : /var/www/fidelitychain/www/node_modules/sequelize/types/generic/
Upload File :
Current File : /var/www/fidelitychain/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[];