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

update isInPurgatory typing

This commit is contained in:
Matthias Kretschmann 2020-11-13 22:25:24 +01:00 committed by GitHub
parent 5143120204
commit 8badb1676b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ export class DDO {
public price: BestPrice
public isInPurgatory: boolean
public isInPurgatory: 'false' | 'true'
public purgatoryData?: PurgatoryData