OpenClaw SDK
    Preparing search index...

    Interface NodePendingEnqueueParams

    interface NodePendingEnqueueParams {
        nodeId: string;
        item: unknown;
    }
    Index

    Properties

    Properties

    nodeId: string
    item: unknown