Type alias ScalarEscapeValue

ScalarEscapeValue: null | undefined | string | number | boolean | Date | QuerySafeValue

A scalar value which can be interpolated safely into an SQL query.