View Source Flagsmith.Schemas.Traits.Trait.Value (flagsmith_engine v0.1.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %Flagsmith.Schemas.Traits.Trait.Value{
  type: :string | :decimal | :boolean,
  value: String.t() | number() | boolean()
}

Link to this section Functions

Link to this function

convert_value_to(value, to_convert)

View Source