# Default The default value of this setting ## Supported Types ### `str` ```python value: str = /* values here */ ``` ### `float` ```python value: float = /* values here */ ``` ### `bool` ```python value: bool = /* values here */ ```