diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index d1eb38903a..76c228b25f 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -444,7 +444,7 @@ declare module 'xterm' { * This will only take effect when {@link IDecorationOptions.overviewRulerOptions} * were provided initially. */ - overviewRulerOptions?: Pick; + options: Pick; }