Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-05-07 16:10:56 +07:00
parent 91f1a67eb3
commit 83b202a512

View File

@@ -85,7 +85,7 @@ class BaseModel(metaclass=MetaModel):
_description: str _description: str
_module: str _module: str
_custom: bool _custom: bool
_inherit: tuple[str] _inherit: str | list[str]
_inherits: dict[str, str] _inherits: dict[str, str]
_table: str _table: str
_table_query: str | None _table_query: str | None