Spaces:
Paused
Paused
Update models/interface_types.py
Browse files
models/interface_types.py
CHANGED
|
@@ -5,3 +5,4 @@ class InterfaceType(Enum):
|
|
| 5 |
WEBUI = "Web User Interface"
|
| 6 |
GUI = "Graphical User Interface"
|
| 7 |
CLI = "Command Line Interface"
|
|
|
|
|
|
| 5 |
WEBUI = "Web User Interface"
|
| 6 |
GUI = "Graphical User Interface"
|
| 7 |
CLI = "Command Line Interface"
|
| 8 |
+
API_SERVER = "API Server"
|