Interface Catalogs

Package version catalogs

interface Catalogs {
    default?: Catalog;
    named?: NamedCatalogs;
}

Properties

Properties

default?: Catalog

The default catalog if present. (This can't be combined with the named catalogs because "default" could be a catalog name.)

Mapping from catalog name to catalog definition, if present