Represents a single value within a custom type definition, including its
identifier and description.
Attributes
description
class-attribute
instance-attribute
description: str | None = field(repr=False, default=None)
A human-readable description explaining what this type value represents
and when it should be used.
value
instance-attribute
The actual value or identifier for this type value.