stayge-ws-client-sdk
    Preparing search index...

    Type Alias ClientToServerMessage

    ClientToServerMessage:
        | { token: string; topic: string; type: "subscribe" }
        | { topic: string; type: "unsubscribe" }
        | { type: "ping" }