Preparing search index...
The search index is not available
@nevermined-io/payments
@nevermined-io/payments
BaseStepDto
Interface BaseStepDto
interface
BaseStepDto
{
cost
?:
number
;
input_additional
?:
{
[
name
:
string
]
:
unknown
;
}
;
input_artifacts
?:
Artifact
[]
;
input_query
:
string
;
is_last
?:
boolean
;
name
?:
string
;
order
?:
number
;
predecessor
?:
string
;
task_id
:
string
;
}
Hierarchy (
view full
)
BaseStepDto
UpdateStepDto
Index
Properties
cost?
input_
additional?
input_
artifacts?
input_
query
is_
last?
name?
order?
predecessor?
task_
id
Properties
Optional
cost
cost
?:
number
Optional
input_
additional
input_
additional
?:
{
[
name
:
string
]
:
unknown
;
}
Type declaration
[
name
:
string
]:
unknown
Optional
input_
artifacts
input_
artifacts
?:
Artifact
[]
input_
query
input_
query
:
string
Optional
is_
last
is_
last
?:
boolean
Optional
name
name
?:
string
Optional
order
order
?:
number
Optional
predecessor
predecessor
?:
string
task_
id
task_
id
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cost
input_
additional
input_
artifacts
input_
query
is_
last
name
order
predecessor
task_
id
@nevermined-io/payments
Loading...