Interface NamedCatalogs

Mapping from catalog name (non-default) to catalog definition

interface NamedCatalogs {
    [catalogName: string]: Catalog;
}

Indexable

[catalogName: string]: Catalog