mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Changed type of item for the TimelineEventPropertiesResult to the approperiate type
This commit is contained in:
Vendored
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user