Interface ReferenceMap

interface ReferenceMap {
    [key: string]: ModelContainer | Entity;
}

Indexable

[key: string]: ModelContainer | Entity