Skip to content

Commit

Permalink
Merge pull request #187 from roiLeo/fix/minimark/type
Browse files Browse the repository at this point in the history
Fix/minimark/type
  • Loading branch information
roiLeo authored Nov 22, 2023
2 parents 80ef0bd + 884ab10 commit e3a6b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minimark/src/rmrk/v2/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ export type CreateInteractionProps =
| { action: Interaction.CREATE; payload: Create }
| { action: Interaction.MINT; payload: Mint }
| { action: Interaction.BURN; payload: Burn }
| { action: Interaction.DESTROY; payload: Burn }

export type UnwrapValue = {
[Interaction.ACCEPT]: Accept
Expand Down

0 comments on commit e3a6b3d

Please sign in to comment.