Gleanex.Indexing.Quicklink (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a Quicklink

Summary

Types

t()

@type t() :: %Gleanex.Indexing.Quicklink{
  iconConfig: Gleanex.Indexing.IconConfig.t() | nil,
  id: String.t() | nil,
  name: String.t() | nil,
  scopes: [String.t()] | nil,
  shortName: String.t() | nil,
  url: String.t() | nil
}