diff --git a/types/react-sortable-tree/index.d.ts b/types/react-sortable-tree/index.d.ts index 765cecf6c4..e4678b399c 100644 --- a/types/react-sortable-tree/index.d.ts +++ b/types/react-sortable-tree/index.d.ts @@ -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 {