diff --git a/jc/parsers/xrandr.py b/jc/parsers/xrandr.py index 0f1e364f..9ac4c44e 100644 --- a/jc/parsers/xrandr.py +++ b/jc/parsers/xrandr.py @@ -297,6 +297,7 @@ except ImportError: Device = Dict[str, Union[str, int, bool]] Frequency = Dict[str, Union[float, bool]] Mode = Dict[str, Union[int, bool, List[Frequency]]] + Model = Dict[str, str] Response = Dict[str, Union[Device, Mode, Screen]]