Type alias ModelAttributes<M, TAttributes>

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

Interface for Attributes provided for all columns in a model

Type Parameters