Type alias UnknownRow

UnknownRow: Record<string, unknown>

Represents a database row whose column names and their types are unknown.

Generated using TypeDoc