📄️ Scalar Types
Scalar types represent a single value and cannot contain other types. They are used to define simple data types.
📄️ Container Types
Container types are specialized types that can encapsulate other types, playing a crucial role in defining complex structures in data modeling.
📄️ Type Aliases
Type Aliases are a way to define custom schema types using existing schema objects. They allow you to define complex schema objects that are used multiple times in your code by assigning them to a variable.
🗃️ Custom Types
2 items