@@ -72,6 +72,13 @@ export interface UserProfile {
language?: Language;
}
export interface BodyWeightRecord {
id: string;
weight: number;
date: string; // ISO string
dateStr: string; // YYYY-MM-DD
export interface User {
email: string;
The note is not visible to the blocked user.