@ -9,5 +9,6 @@ UnionType = getattr(types, "UnionType", Union)
ModelNameMap = Dict[Union[Type[BaseModel], Type[Enum]], str]
IncEx = Union[Set[int], Set[str], Dict[int, Any], Dict[str, Any]]
class FFQuery(Dict[str, Union[str, IncEx]]):
pass