export interface UserNoteResponse { note: string; note_user_id: string; user_id: string; }