Maps [[NodeRepresentation]]'s vertexKeys to an array of [[Attachment]]s

interface AttachmentMap {
    [index: string]: Attachment[];
}

Indexable

[index: string]: Attachment[]