|
|
|
@ -8,4 +8,4 @@ DecoratedCallable = TypeVar("DecoratedCallable", bound=Callable[..., Any]) |
|
|
|
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]] |
|
|
|
FFQuery = Dict[str, Union[str, IncEx]] |
|
|
|
FFQuery = Dict[str, Union[str, IncEx]] |
|
|
|
|