1
0
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:
Bogdan Fazakas 2021-12-10 11:01:03 +02:00
parent 06f9149078
commit cdd080a9e3

View File

@ -6,7 +6,7 @@ export interface ComputeResult {
filename: string
filesize: number
type: ComputeResultType
index: number
index?: number
}
export interface ComputeJob {