export interface UserNoteUpdateSchema {
    note: string;
}
