Type Alias Zoom

Zoom: Readonly<
    {
        scaled: ScaledZoom;
        scoped: ScopedZoomValue;
        value: NormalizedZoomValue;
    },
>