feat: generation of modules from the server, moved modules fields from the general tab
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from typing import Optional
|
||||
|
||||
from schemas.attribute import AttributeSchema
|
||||
from schemas.base import BaseSchema, OkMessageSchema
|
||||
|
||||
@@ -17,6 +19,7 @@ class ModuleSchema(BaseSchema):
|
||||
id: int
|
||||
key: str
|
||||
label: str
|
||||
icon_name: Optional[str] = None
|
||||
is_deleted: bool
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user