UNPKG

@robotical/appv2-warranty-service-lib

Version:

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

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