Gleanex.Indexing.UserStatusResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a UserStatusResponse

Summary

Types

t()

@type t() :: %Gleanex.Indexing.UserStatusResponse{
  isActiveUser: boolean() | nil,
  lastUploadedAt: String.t() | nil,
  uploadStatus: String.t() | nil
}