Interface HashesEntry

the mapping from old hashes to new hashes after a bulk modify

interface HashesEntry {
    hashes: Record<string, string>;
}

Properties

Properties

hashes: Record<string, string>

the mapping from old to new hashes