--- title: "BaseInputsUnion" --- ## Supported Types ### `str` ```python value: str = /* values here */ ``` ### `List[components.BaseInputsUnion1]` ```python value: List[components.BaseInputsUnion1] = /* values here */ ``` ### `Any` ```python value: Any = /* values here */ ```