Addd license field

This commit is contained in:
Willian Mitsuda 2021-07-25 17:52:47 -03:00
parent 5d24789998
commit 9f7962b6d4
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ type Metadata = {
keccak256: string; keccak256: string;
content?: string | undefined; content?: string | undefined;
urls?: string[]; urls?: string[];
license?: string;
}; };
}; };
settings: { settings: {