Skip to content

Commit 42f9cd4

Browse files
committed
remove unused type
1 parent 9484198 commit 42f9cd4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

@types/frame/state.d.ts

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
type HexAmount = string
22

3-
enum Colorway {
4-
light = 'light',
5-
dark = 'dark'
6-
}
7-
83
type InventoryAsset = {
94
name: string
105
[field: string]: any

0 commit comments

Comments
 (0)