We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec03fd commit e2781dbCopy full SHA for e2781db
1 file changed
src/domain/entities/noteHistory.ts
@@ -62,6 +62,9 @@ export type NoteHistoryMeta = Omit<NoteHistoryRecord, 'content' | 'noteId' | 'to
62
user: UserMeta;
63
};
64
65
+/**
66
+ * Entity that represents NoteHistoryRecord with user info
67
+ */
68
export type NoteHistoryView = NoteHistoryRecord & { user: UserMeta };
69
70
/**
0 commit comments