DropContract type
This feature is currently in beta and may change based on feedback that we receive.
The possible DROP contract types.
Signature:
export type DropContract =
| NFTDrop
| EditionDrop
| SignatureDrop
| TokenDrop
| SmartContract
| null;