UNPKG

iv-npm

Version:

公共通用包

8 lines (6 loc) 121 B
interface TreeList { parentId: string | null; id: string; children?: TreeList[]; } export { TreeList };