File size: 61 Bytes
f909d7c
 
 
 
1
2
3
4
5
export enum ViewMode {
  Graph = "graph",
  Tree = "tree",
}