Gleanex.Platform.FilterFieldInfo (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a FilterFieldInfo

Summary

Types

t()

@type t() :: %Gleanex.Platform.FilterFieldInfo{
  field: String.t(),
  operators: [String.t()],
  type: String.t(),
  values: [String.t()] | nil
}