mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-01-23 02:13:14 +00:00
5 lines
89 B
TypeScript
5 lines
89 B
TypeScript
|
|
export interface KeepAliveOptions {
|
||
|
|
pingKeepAlive: number;
|
||
|
|
relayKeepAlive: number;
|
||
|
|
}
|