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

    Type Alias ServerToClientMessage

    ServerToClientMessage:
        | { body: { payload: string; topic: string }; type: "app" }
        | {
            body: { error: { code: string; message: string }; topic: string };
            type: "system:subscribe:error";
        }