Type alias ModelAttributes<M, TAttributes>

ModelAttributes<M, TAttributes>: { [ name in keyof TAttributes]: DataTypes.DataType | ModelAttributeColumnOptions<M> }

Interface for Attributes provided for all columns in a model

Type Parameters

Generated using TypeDoc