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

Merge pull request #452 from oceanprotocol/fix/purgatory-typings

update isInPurgatory typing
This commit is contained in:
Alex Coseru 2020-11-13 23:52:37 +02:00 committed by GitHub
commit 4d145f6230
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