Type Alias ModelAttributes<M, TAttributes>

ModelAttributes: { [name in keyof TAttributes]: DataType | AttributeOptions<M> }

Interface for Attributes provided for all columns in a model

Type Parameters