UNPKG
iv-cims-npm
Version:
latest (1.0.4)
1.0.4
1.0.2
1.0.1
公共通用包
iv-cims-npm
/
packages
/
shared
/
dist
/
types
/
index.d.ts
8 lines
(6 loc)
•
121 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
interface
TreeList
{
parentId
:
string
|
null
;
id
:
string
;
children
?:
TreeList
[]; }
export
{
TreeList
};