@ptkl/sdk - v1.13.0
Preparing search index...
v0.10/types/satellites
SatelliteSchemaPayload
Type Alias SatelliteSchemaPayload
type
SatelliteSchemaPayload
=
{
jsonrpc_commands
?:
SatelliteJsonRpcCommand
[]
;
permissions
?:
SatellitePermission
[]
;
schema
?:
Record
<
string
,
any
>
;
schema_version
:
string
;
workflownodes
?:
SatelliteWorkflowNode
[]
;
}
Index
Properties
jsonrpc_
commands?
permissions?
schema?
schema_
version
workflownodes?
Properties
Optional
jsonrpc_
commands
jsonrpc_commands
?:
SatelliteJsonRpcCommand
[]
Optional
permissions
permissions
?:
SatellitePermission
[]
Optional
schema
schema
?:
Record
<
string
,
any
>
schema_
version
schema_version
:
string
Optional
workflownodes
workflownodes
?:
SatelliteWorkflowNode
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
jsonrpc_
commands
permissions
schema
schema_
version
workflownodes
@ptkl/sdk - v1.13.0
Loading...