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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.