Reproduce in tools: ``` from qtype.dsl.domain_types import SearchResult def my_func(result: SearchResult) -> SearchResult: ... Yields: ``` ValueError: Unsupported Python type 'typing.Any' for VariableType mapping ```