ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
    Preparing search index...

    Type Alias BatchEntryExperimental

    BatchEntry:
        | {
            kind: "request";
            method: string;
            params?: unknown;
            mapResponse?: (response: never) => unknown;
            options?: SendRequestOptions;
        }
        | BatchNotification

    One outgoing JSON-RPC batch entry.