Gleanex.Client.SessionInfo (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a SessionInfo

Summary

Types

t()

@type t() :: %Gleanex.Client.SessionInfo{
  lastQuery: String.t() | nil,
  lastSeen: DateTime.t() | nil,
  sessionTrackingToken: String.t() | nil,
  tabId: String.t() | nil
}