interface MapIdData {
    mapId: string;
    TTLMsec?: number;
}

Properties

Properties

mapId: string
TTLMsec?: number