Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
xinnni
/
json
like
0
Build error
App
Files
Files
Community
f909d7c
json
/
src
/
enums
/
viewMode.enum.ts
xinnni
Upload 146 files
f909d7c
verified
9 months ago
raw
Copy download link
history
blame
Safe
61 Bytes
export
enum
ViewMode
{
Graph
=
"graph"
,
Tree
=
"tree"
,
}