OpenClaw SDK
    Preparing search index...

    Interface ResponseFrame

    interface ResponseFrame {
        type: "res";
        id: string;
        ok: boolean;
        payload?: unknown;
        error?: ErrorShape;
    }
    Index

    Properties

    Properties

    type: "res"
    id: string
    ok: boolean
    payload?: unknown
    error?: ErrorShape