$MmrBatchProof: $.Shape<{
    items: `0x${string}`[];
    leafCount: bigint;
    leafIndices: bigint[];
}, {
    items: `0x${string}`[];
    leafCount: bigint;
    leafIndices: bigint[];
}> = ...

An MMR proof data for a group of leaves.