Maps [[NodeRepresentation]]'s vertexKeys to Base64-encoded binary file content

interface Base64ResourceMap {
    [index: string]: string;
}

Indexable

[index: string]: string

Maps [[NodeRepresentation]]'s vertexKeys to Base64-encoded binary file content

Note: In general, there is no guarantee for a vertexKey to be part of a [[Base64ResourceMap]].