Type alias StatsReportHandlerMap

StatsReportHandlerMap: {
    StatsReport.byte_sent_stats: ((report: ByteSentStatsReport) => void);
    StatsReport.connection_stats: ((report: ConnectionStatsReport) => void);
}

Type declaration

Generated using TypeDoc