The possible NFT contract types.
type NFTContract = | NFTCollection | Edition | Pack | Multiwrap | Exclude<DropContract, "TokenDrop">;