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

add Output interface

This commit is contained in:
Alex Coseru 2020-02-01 13:12:39 +02:00 committed by GitHub
parent 4e45a773d6
commit fa09f6f2c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,18 @@ export enum ComputeJobStatus {
Stopped,
Deleted
}
export interface Output {
publishAlgorithmLog?: boolean
publishOutput?: boolean
brizoAddress?: string
brizoUrl?: string
metadata?: Object
metadataUrl?: string
nodeUri?: string
owner?: string
secretStoreUrl?: string
whitelist?: Array
}
export interface ComputeJob {
owner: string