📄️ Boolean
The boolean type can be used to define variables that accept boolean input.
📄️ Multiselect
The multiselect type can be used to define variables that accept multiple options from a list of predefined options.
📄️ Number
The number type can be used to define variables that accept numeric input.
📄️ Select
The select type can be used to define variables that accept a single option from a list of predefined options.
📄️ Text
The text type can be used to define variables that accept text input.