refactor(util-functions): cleanup types so that node/edge types get infered
This commit is contained in:
@@ -267,7 +267,7 @@ export function getElementsDiffChanges({
|
||||
lookup,
|
||||
}: {
|
||||
items: Node[] | undefined;
|
||||
lookup: NodeLookup;
|
||||
lookup: NodeLookup<Node>;
|
||||
}): NodeChange[];
|
||||
export function getElementsDiffChanges({
|
||||
items,
|
||||
|
||||
Reference in New Issue
Block a user