Response for listing sessions. The events and states are not set within each Session object.

interface ListSessionsResponse {
    sessions: Session[];
}

Properties

Properties

sessions: Session[]

The list of sessions.