feat: add update profile (isPublic: true)
All checks were successful
Publish / Publish Job (push) Successful in 2m33s

This commit is contained in:
Дмитрий
2026-04-10 21:26:47 +03:00
parent 602b805789
commit aad6f5f598
3 changed files with 4 additions and 1 deletions

View File

@@ -5,4 +5,6 @@ export interface SearchUsersEvent {
phone?: string;
fullName?: string;
customStatusText?: string;
isPublic?: boolean;
status?: string;
}