Addd license field
This commit is contained in:
parent
5d24789998
commit
9f7962b6d4
|
@ -18,6 +18,7 @@ type Metadata = {
|
|||
keccak256: string;
|
||||
content?: string | undefined;
|
||||
urls?: string[];
|
||||
license?: string;
|
||||
};
|
||||
};
|
||||
settings: {
|
||||
|
|
Loading…
Reference in New Issue