1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix lint problems

This commit is contained in:
Miquel A. Cabot 2022-06-06 09:06:20 +02:00
parent f96f8fb59b
commit c7bb045264
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@ export interface DispenserToken {
balance: string
isMinter: boolean
allowedSwapper: string
}
}

View File

@ -20,4 +20,4 @@ export interface NftCreateData {
tokenURI: string
transferable: boolean
owner: string
}
}