JB721TiersMintReservesConfig
Notes:
- 
member: tierId The ID of the tier to mint from.
 - 
member: count The number of NFTs to mint from that tier.
 
struct JB721TiersMintReservesConfig {
    uint32 tierId;
    uint16 count;
}
Notes:
member: tierId The ID of the tier to mint from.
member: count The number of NFTs to mint from that tier.
struct JB721TiersMintReservesConfig {
    uint32 tierId;
    uint16 count;
}