REVDeploy721TiersHookConfig
Notes:
- 
member: baseline721HookConfiguration The baseline config.
 - 
member: salt The salt to base the collection's address on.
 - 
member: splitOperatorCanAdjustTiers A flag indicating if the revnet's split operator can add tiers and remove tiers if the tier is allowed to be removed
 - 
member: splitOperatorCanUpdateMetadata A flag indicating if the revnet's split operator can update the 721's metadata.
 - 
member: splitOperatorCanMint A flag indicating if the revnet's split operator can mint 721's from tiers that allow it.
 - 
member: splitOperatorCanIncreaseDiscountPercent A flag indicating if the revnet's split operator can increase the discount of a tier.
 
struct REVDeploy721TiersHookConfig {
    JBDeploy721TiersHookConfig baseline721HookConfiguration;
    bytes32 salt;
    bool splitOperatorCanAdjustTiers;
    bool splitOperatorCanUpdateMetadata;
    bool splitOperatorCanMint;
    bool splitOperatorCanIncreaseDiscountPercent;
}