@jellyfin/sdk
    Preparing search index...

    Interface InboundKeepAliveMessage

    Keep alive websocket messages.

    interface InboundKeepAliveMessage {
        MessageType?: SessionMessageType;
    }
    Index
    MessageType?: SessionMessageType