Boltx.Response (Boltx v0.0.2)

Summary

Types

@type acc() :: any()
@type element() :: any()
@type key() :: any()
@type t() :: %Boltx.Response{
  bookmark: String.t(),
  fields: list(),
  notifications: list(),
  plan: map(),
  profile: any(),
  records: list(),
  results: list(),
  stats: list() | map(),
  type: String.t()
}
@type value() :: any()

Functions