Leaf
    Preparing search index...

    Variable serverResponseConst

    serverResponse: Type<
        {
            entityId: `leaf:${string}`;
            type: "handleUpdate";
            update: Uint8Array<ArrayBuffer>;
        },
        {},
    > = ...

    Type verifier for server responses.