Skip to content

Commit 39fc717

Browse files
committed
fix: missing mirror node type
1 parent 42fdd99 commit 39fc717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vika/types/node.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class NodeTypeEnum(str, Enum):
99
Folder = 'Folder'
1010
Form = 'Form'
1111
Dashboard = 'Dashboard'
12+
Mirror = 'Mirror'
1213

1314

1415
class NodeListItem(BaseModel):

0 commit comments

Comments
 (0)