Skip to content

Commit

Permalink
Update das-types.ts (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
sohsag authored Jul 28, 2024
1 parent 77189c5 commit e317e63
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/types/das-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,11 +348,11 @@ export namespace DAS {
}

export type TokenType =
| 'Fungible'
| 'NonFungible'
| 'CompressedNft'
| 'RegularNft'
| 'All'
| 'fungible'
| 'nonFungible'
| 'compressedNft'
| 'regularNft'
| 'all'
| (string & {});

export interface MintExtensions {
Expand Down

0 comments on commit e317e63

Please sign in to comment.