@gavinhsmith/simpledb
lib/types
TableColumns
Type Alias TableColumns<T>
TableColumns
:
{
[
Prop
in
keyof
T
as
string
]
:
DataType
}
Table columns and their type.
Type Parameters
T
extends
TableEntry
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@gavinhsmith/simpledb
Table columns and their type.