Preparing search index...
The search index is not available
@stack-spot/portal-network
@stack-spot/portal-network
client/types
FixedWorkflowForCreationResponse
Interface FixedWorkflowForCreationResponse
interface
FixedWorkflowForCreationResponse
{
computedInputs
:
ComputedInputResponse
[]
;
globalComputedInputs
:
ComputedInputResponse
[]
;
id
:
string
;
inputs
:
FixedInputValuesContextResponse
[]
;
slug
:
string
;
type
:
string
;
versionInfo
?:
WorkflowVersionInfoResponse
;
}
Hierarchy
Omit
<
WorkflowForCreationResponse
,
"inputs"
>
FixedWorkflowForCreationResponse
Index
Properties
computed
Inputs
global
Computed
Inputs
id
inputs
slug
type
version
Info?
Properties
computed
Inputs
computedInputs
:
ComputedInputResponse
[]
global
Computed
Inputs
globalComputedInputs
:
ComputedInputResponse
[]
id
id
:
string
inputs
inputs
:
FixedInputValuesContextResponse
[]
slug
slug
:
string
type
type
:
string
Optional
version
Info
versionInfo
?:
WorkflowVersionInfoResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
computed
Inputs
global
Computed
Inputs
id
inputs
slug
type
version
Info
@stack-spot/portal-network
Loading...