NFTContract

The possible NFT contract types.

type NFTContract =
| NFTCollection
| Edition
| Pack
| Exclude<DropContract, "TokenDrop">;