Documentation
    Preparing search index...

    Type Alias CreationAttributes<M>

    CreationAttributes: MakeNullishOptional<M["_creationAttributes"]>

    Returns the creation attributes of a given Model.

    This returns the Creation Attributes of a Model, it does not build them. If you need to build them, use @sequelize/core!InferCreationAttributes.

    Type Parameters

    function buildModel<M extends Model>(modelClass: ModelStatic<M>, attributes: CreationAttributes<M>) {}