UNPKG

@robotical/appv2-analytics-gatherer

Version:

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

5 lines (4 loc) 212 B
import { ServerEndpoints, ServerEndpointsData } from "../types/types"; export default class Transport { static post<T extends ServerEndpoints>(endpoint: T, data: ServerEndpointsData[T]): Promise<Response>; }