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) 183 B
import { ServerEndpoints, ServerEndpointsData } from "../types/types"; export declare const sendHeartbeat: (data: ServerEndpointsData[ServerEndpoints.HEARTBEAT]) => Promise<boolean>;