Changed type of item for the TimelineEventPropertiesResult to the approperiate type

This commit is contained in:
Donovan
2018-02-05 10:43:17 +01:00
committed by GitHub
parent 8058968995
commit a01b03d0bb
+1 -1
View File
@@ -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.