# UpdateEntityTypeCell

Git Source

Only pass in the fields that are allowed to be updated.

These are the variables of an entity that are allowed to be updated by the method updateEntity()

struct UpdateEntityTypeCell {
    uint256 collateralRatio;
    uint256 maxCapacity;
    bool simplePolicyEnabled;
}