Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-05-07 16:14:50 +07:00
parent 22f104b77a
commit 1e84160a2a

View File

@@ -67,7 +67,7 @@ class BaseModel(metaclass=MetaModel):
_name: str _name: str
_description: str _description: 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