Retrieve SG721 type on Collection Actions

This commit is contained in:
Serkan Reis
2023-02-25 20:36:48 +03:00
parent 6858e57a46
commit 88335ea733
2 changed files with 40 additions and 2 deletions
@@ -9,6 +9,7 @@ import type { ActionListItem } from './actions'
import { BASE_ACTION_LIST, VENDING_ACTION_LIST } from './actions'
export type MinterType = 'base' | 'vending'
export type Sg721Type = 'updatable' | 'base'
export interface ActionsComboboxProps {
value: ActionListItem | null