We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fdd99 commit 39fc717Copy full SHA for 39fc717
vika/types/node.py
@@ -9,6 +9,7 @@ class NodeTypeEnum(str, Enum):
9
Folder = 'Folder'
10
Form = 'Form'
11
Dashboard = 'Dashboard'
12
+ Mirror = 'Mirror'
13
14
15
class NodeListItem(BaseModel):
0 commit comments