Gleanex.Indexing.EmployeeTeamInfo (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a EmployeeTeamInfo

Summary

Types

t()

@type t() :: %Gleanex.Indexing.EmployeeTeamInfo{
  id: String.t() | nil,
  name: String.t() | nil,
  url: String.t() | nil
}