blob: 1c5c942bf1a52fbdb59bd50848a6887516384d1c [file] [log] [blame]
import Chip from './Chip'
export type TreeViewObject = {
kind: String
name: String
shortName: String
stableId: String | Number
chips: Chip[]
obj: any
children: TreeViewObject[]
ref: any
}