diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index be9ff75d..410cef46 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -446,8 +446,7 @@ declare module 'xterm' { * This will only take effect when {@link IDecorationOptions.overviewRulerOptions} * were provided initially. */ - overviewRulerOptions?: Pick< - Options, 'color'>; + overviewRulerOptions?: Pick; }