Interface NamespaceLocalObject

Interface for object literal containing local name with related fully qualified namespace

interface NamespaceLocalObject {
    local: string;
    space: string;
}

Properties

Properties

local: string

Name of the local to be namespaced.

space: string

Fully qualified namespace