UNPKG

mysterium-tequilapi

Version:
7 lines (6 loc) 207 B
export interface ConnectionStatisticsDTO { duration: number; bytesReceived: number; bytesSent: number; } export declare function parseConnectionStatisticsDTO(data: any): ConnectionStatisticsDTO;