UNPKG

@robotical/appv2-analytics-gatherer

Version:

A tool that gathers data from the Apps and sends it to the Analytics server

3 lines (2 loc) 211 B
import { RaftTypeE } from "@robotical/webapp-types/dist-types/src/types/raft"; export declare const startSession: (sessionId: string, deviceId: string, robotId: string, raftType: RaftTypeE) => Promise<boolean>;