UNPKG
@fugitivesclub/nft-cli
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
This CLI allow you to mint your NFT's
github.com/Fugitives-Club/nft-cli.git
Fugitives-Club/nft-cli
@fugitivesclub/nft-cli
/
dist
/
core
/
nft
/
interfaces
/
nft-file-content.interface.d.ts
5 lines
(4 loc)
•
90 B
TypeScript
View Raw
1
2
3
4
5
export
interface
NFTFileContent
{
metadata
:
Record
<
string
,
any
>;
media
:
string
; }