Gleanex.Client.AppResult (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a AppResult

Summary

Types

t()

@type t() :: %Gleanex.Client.AppResult{
  datasource: String.t(),
  docType: String.t() | nil,
  iconUrl: String.t() | nil,
  mimeType: String.t() | nil
}