interface ResolvedServerUrls {
    local: string[];
    network: string[];
}

Properties

Properties

local: string[]
network: string[]