interface ModelRegisterJson {
    [id: string]: ModelContainer;
}

Indexable

[id: string]: ModelContainer