Skip to content

Commit b40c7f3

Browse files
authored
fix: add metadataType in Project type (#870)
1 parent dc0ed45 commit b40c7f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/kili/types.py

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ class ProjectWithoutDataset(TypedDict, total=False):
141141
interface: Dict
142142
interfaceCompute: Dict
143143
jsonInterface: Dict
144+
metadataTypes: Dict
144145
minConsensusSize: int
145146
mlTasks: str
146147
mlTasksCompute: str

0 commit comments

Comments
 (0)