We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9484198 commit 42f9cd4Copy full SHA for 42f9cd4
@types/frame/state.d.ts
@@ -1,10 +1,5 @@
1
type HexAmount = string
2
3
-enum Colorway {
4
- light = 'light',
5
- dark = 'dark'
6
-}
7
-
8
type InventoryAsset = {
9
name: string
10
[field: string]: any
0 commit comments