UNPKG

json-to-sql-parser

Version:

A TypeScript library that converts JSON-based query specifications into safe SQL queries

4 lines 262 B
export declare const fieldTypes: readonly ["string", "number", "boolean", "object", "date", "datetime", "uuid"]; export type FieldType = (typeof fieldTypes)[number]; export type ExpressionType = FieldType | "any" | null; //# sourceMappingURL=field-types.d.ts.map