reconnector extract type.

This commit is contained in:
Miroslav Šedivý
2021-07-17 15:06:15 +02:00
parent 2c70093d77
commit 27ca2e0719
2 changed files with 13 additions and 13 deletions

View File

@ -0,0 +1,5 @@
export interface ReconnecterConfig {
maxReconnects: number
timeoutMs: number
backoffMs: number
}