Type alias ResultSetCell

ResultSetCell: string | number | boolean | null

Type representing a final value in a result set.

Please not this type may not be accurate if you use entity methods, as those methods may return any data structure.

Generated using TypeDoc