Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 0c3a7a5

Browse files
committed
Added mirrored types file to avoid exporting bundle types
1 parent 9d55a6f commit 0c3a7a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

thirdweb/types/collection/types.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from ..bundle import BundleMetadata, CreateBundleArg, MintBundleArg
2+
3+
CollectionMetadata = BundleMetadata
4+
CreateCollectionArg = CreateBundleArg
5+
MintCollectionArg = MintBundleArg

0 commit comments

Comments
 (0)