DropContract

The possible DROP contract types.

type DropContract =
| NFTDrop
| EditionDrop
| SignatureDrop
| TokenDrop
| null;