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:
parent
4e45a773d6
commit
fa09f6f2c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user