mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
make index optional in ComputeResult
This commit is contained in:
parent
06f9149078
commit
cdd080a9e3
@ -6,7 +6,7 @@ export interface ComputeResult {
|
|||||||
filename: string
|
filename: string
|
||||||
filesize: number
|
filesize: number
|
||||||
type: ComputeResultType
|
type: ComputeResultType
|
||||||
index: number
|
index?: number
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ComputeJob {
|
export interface ComputeJob {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user