@@ -11,6 +11,9 @@ export interface User {
email: string;
role: UserRole;
avatar?: string;
phone?: string;
bio?: string;
location?: string;
isSuspended?: boolean;
suspensionReason?: string;
}
The note is not visible to the blocked user.