mirror of
https://github.com/logos-messaging/logos-delivery-js.git
synced 2026-05-17 21:09:32 +00:00
5 lines
89 B
TypeScript
5 lines
89 B
TypeScript
|
|
export interface KeepAliveOptions {
|
||
|
|
pingKeepAlive: number;
|
||
|
|
relayKeepAlive: number;
|
||
|
|
}
|