Interface Types

interface Types {
    defaultType: Type;
    map: Object;
    register: Object;
}

Properties

defaultType: Type
map: Object
register: Object