OpenClaw SDK
    Preparing search index...

    Interface RequestFrame

    interface RequestFrame {
        type: "req";
        id: string;
        method: string;
        params?: unknown;
    }
    Index

    Properties

    Properties

    type: "req"
    id: string
    method: string
    params?: unknown