interface ResolutionMap {
    local: Map<string, Resolution>;
    remote: Map<string, Resolution>;
}

Properties

Properties

local: Map<string, Resolution>
remote: Map<string, Resolution>