refactor(util-functions): cleanup types so that node/edge types get infered

This commit is contained in:
moklick
2024-01-15 17:32:30 +01:00
parent 4d8fc79d21
commit 1bc1ae855d
9 changed files with 30 additions and 127 deletions
+1 -1
View File
@@ -267,7 +267,7 @@ export function getElementsDiffChanges({
lookup,
}: {
items: Node[] | undefined;
lookup: NodeLookup;
lookup: NodeLookup<Node>;
}): NodeChange[];
export function getElementsDiffChanges({
items,