Gleanex.Indexing.SocialNetworkDefinition (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a SocialNetworkDefinition

Summary

Types

t()

@type t() :: %Gleanex.Indexing.SocialNetworkDefinition{
  name: String.t() | nil,
  profileName: String.t() | nil,
  profileUrl: String.t() | nil
}