A mapping of node IDs to associated source IDs.

interface NodeSources {
    [key: number]: string[];
}

Indexable

[key: number]: string[]