parent
94db04ede7
commit
cfa6fd9539
1 changed files with 3 additions and 0 deletions
@ -0,0 +1,3 @@ |
||||
type Tree<T = string> = { |
||||
[k: string]: Tree<T> | T; |
||||
}; |
Loading…
Reference in new issue