interface ParsedMapServiceUrl {
    baseUrl: string;
    serviceId: string;
}

Properties

Properties

baseUrl: string
serviceId: string