Type Alias TableEntry

TableEntry: { [key: string]: Primative<SQLType> }

A table entry.

Type declaration