Type Alias FeatureType

FeatureType:
    | "DECIMAL"
    | "TEXT"
    | "RICHTEXT"
    | "ENUMERATION"
    | "RESPONSIBILITY"
    | "DATE"
    | "DATETIME"
    | "DURATION"
    | "DIRECTION"
    | "BOOLEAN"
    | "RELATIONSHIP"

Types of features a building block can hold.

This includes all attributes and relations.