@ptkl/sdk - v1.13.0
    Preparing search index...

    Type Alias SatelliteSchemaPayload

    type SatelliteSchemaPayload = {
        jsonrpc_commands?: SatelliteJsonRpcCommand[];
        permissions?: SatellitePermission[];
        schema?: Record<string, any>;
        schema_version: string;
        workflownodes?: SatelliteWorkflowNode[];
    }
    Index

    Properties

    jsonrpc_commands?: SatelliteJsonRpcCommand[]
    permissions?: SatellitePermission[]
    schema?: Record<string, any>
    schema_version: string
    workflownodes?: SatelliteWorkflowNode[]