1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Update src/ocean/OceanCompute.ts

Co-Authored-By: Matthias Kretschmann <m@kretschmann.io>
This commit is contained in:
Alex Coseru 2020-02-01 20:57:34 +02:00 committed by GitHub
parent 998e25ab13
commit 56b0e7b97e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ export interface Output {
nodeUri?: string
owner?: string
secretStoreUri?: string
whitelist?: Array<string>
whitelist?: string[]
}
export interface ComputeJob {