mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
semicolons?
This commit is contained in:
Vendored
+3
-3
@@ -72,9 +72,9 @@ export interface OnDragPreviousAndNextLocation extends PreviousAndNextLocation {
|
||||
}
|
||||
|
||||
export interface ShouldCopyData {
|
||||
node: TreeItem,
|
||||
prevPath: NumberArrayOrStringArray,
|
||||
prevTreeIndex: number
|
||||
node: TreeItem;
|
||||
prevPath: NumberArrayOrStringArray;
|
||||
prevTreeIndex: number;
|
||||
}
|
||||
|
||||
export interface OnMovePreviousAndNextLocation extends PreviousAndNextLocation {
|
||||
|
||||
Reference in New Issue
Block a user