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

    Type Alias SatelliteCommandExecutePayload

    type SatelliteCommandExecutePayload = {
        caller_prn?: string;
        context?: Record<string, any>;
        inputs?: Record<string, any>;
        session?: string;
    }
    Index

    Properties

    caller_prn?: string
    context?: Record<string, any>
    inputs?: Record<string, any>
    session?: string