feat: more workers

This commit is contained in:
2026-05-14 23:47:20 +03:00
parent 366bdc9515
commit 50bfaa9264
5 changed files with 7 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ class UserEntity:
inn: str | None = None
erc20: str | None = None
avatar_link: str | None = None
kyc_verified: bool | None = None
is_deleted: bool | None = None