Fix registry geo_model to levels mapping

This commit is contained in:
phil 2023-12-26 17:20:36 +05:30
parent 741050db89
commit 6c5acd5a4d
4 changed files with 30 additions and 34 deletions

View file

@ -16,3 +16,7 @@ class ModelAction(BaseModel):
name: str
icon: str
formFields: list[FormField]
class DataProvider(BaseModel):
name: str
values: list[str]