mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Merge pull request #23417 from Hayena/patch-1
Fix(VIS) Updated property to the correct 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