Fix typescript error on test with better TreeView typing definition for nodesFlat

This commit is contained in:
Bram 2024-11-28 21:34:10 +01:00 committed by Eric Liu
commit 15a9cfb8d2
3 changed files with 3 additions and 3 deletions

View file

@ -17783,7 +17783,7 @@
"name": "nodesFlat",
"kind": "let",
"description": "Provide a flat array of nodes to render",
"type": "Array<TreeNode>",
"type": "Array<TreeNode & {pid?: any}>",
"value": "[]",
"isFunction": false,
"isFunctionDeclaration": false,