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

fix ComputeJob interface

This commit is contained in:
Ahmed Ali 2020-10-26 15:50:01 +02:00
parent f1e0b589dd
commit 643fd04be0

View File

@ -9,6 +9,6 @@ export interface ComputeJob {
status: number
statusText: string
algorithmLogUrl: string
resultsUrls: string[]
resultsUrl: string[]
resultsDid?: DID
}