chore: auto-generate protobuf files [skip ci]

This commit is contained in:
github-actions[bot]
2026-04-03 08:15:10 +00:00
parent 482ffdd386
commit 44c1cfb80a
2 changed files with 12 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ export interface UserData {
groups: string[];
/** Статус аккаунта */
isActive: boolean;
phone: string;
}
/** Модель группы */