Interface NamespaceMap

Interface for maps of namespace prefixes to corresponding fully qualified namespace strings

interface NamespaceMap {
    [prefix: string]: string;
}

Indexable

[prefix: string]: string