Interface IPersistAliveData

Defines the structure for alive status persistence in the swarm system. Tracks whether a client (SessionId) is online or offline within a SwarmName. IPersistAliveData

interface IPersistAliveData {
    online: boolean;
}

Properties

Properties

online: boolean

Indicates whether the client is online (true) or offline (false)