TypeDB.Concept.AttributeType (TypeDB v0.2.2)

Copy Markdown View Source

An attribute type. value_type is nil for abstract attribute types.

Summary

Types

t()

@type t() :: %TypeDB.Concept.AttributeType{
  label: String.t(),
  value_type: String.t() | nil
}