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