From e581e927c7f7c1650a3a26bbffcbd853a52fc54d Mon Sep 17 00:00:00 2001 From: stockiNail Date: Thu, 25 May 2023 20:13:08 +0200 Subject: [PATCH] revert 877 --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 8f5849370..a713ce1e1 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -3,7 +3,7 @@ import { AnnotationPluginOptions, BoxAnnotationOptions, EllipseAnnotationOptions declare module 'chart.js' { // eslint-disable-next-line @typescript-eslint/no-unused-vars - interface PluginOptionsByType { + interface PluginOptionsByType { annotation: AnnotationPluginOptions; }