UNPKG

@microsoft/omnichannel-chat-sdk

Version:
8 lines (7 loc) 265 B
import ScenarioMarker from "../telemetry/ScenarioMarker"; interface Location { latitude: string; longitude: string; } export declare const getLocationInfo: (scenarioMarker: ScenarioMarker, chatId: string, requestId: string) => Promise<Location>; export {};