mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Fixed type
This commit is contained in:
Vendored
+1
-1
@@ -72,7 +72,7 @@ export interface OnDragPreviousAndNextLocation extends PreviousAndNextLocation {
|
||||
}
|
||||
|
||||
export interface ShouldCopyData {
|
||||
node: TreeItem;
|
||||
node: TreeNode;
|
||||
prevPath: NumberArrayOrStringArray;
|
||||
prevTreeIndex: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user