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
|
||||
filesize: number
|
||||
type: ComputeResultType
|
||||
index: number
|
||||
index?: number
|
||||
}
|
||||
|
||||
export interface ComputeJob {
|
||||
|
Loading…
x
Reference in New Issue
Block a user