From a01b03d0bb03436a457d926e2ddb27da30c767a1 Mon Sep 17 00:00:00 2001 From: Donovan Date: Mon, 5 Feb 2018 10:43:17 +0100 Subject: [PATCH] Changed type of item for the TimelineEventPropertiesResult to the approperiate type --- types/vis/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/vis/index.d.ts b/types/vis/index.d.ts index 9c0adb0a97..e7ca718dab 100644 --- a/types/vis/index.d.ts +++ b/types/vis/index.d.ts @@ -290,7 +290,7 @@ export interface TimelineEventPropertiesResult { /** * The id of the clicked item. */ - item?: number | null; + item?: IdType | null; /** * Absolute horizontal position of the click event.