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 da99ae7 commit 8bbac39Copy full SHA for 8bbac39
src/opengeodeweb_viewer/rpc/schemas/import_project.py
@@ -1,6 +1,6 @@
1
from dataclasses_json import DataClassJsonMixin
2
from dataclasses import dataclass
3
4
-
5
-class ImportProject(TypedDict):
+@dataclass
+class ImportProject(DataClassJsonMixin):
6
pass
0 commit comments