Gleanex.Indexing.ContentDefinition (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ContentDefinition

Summary

Types

t()

@type t() :: %Gleanex.Indexing.ContentDefinition{
  binaryContent: String.t() | nil,
  mimeType: String.t(),
  textContent: String.t() | nil
}