Skip to content

Commit e2781db

Browse files
committed
added comments
1 parent 4ec03fd commit e2781db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/domain/entities/noteHistory.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ export type NoteHistoryMeta = Omit<NoteHistoryRecord, 'content' | 'noteId' | 'to
6262
user: UserMeta;
6363
};
6464

65+
/**
66+
* Entity that represents NoteHistoryRecord with user info
67+
*/
6568
export type NoteHistoryView = NoteHistoryRecord & { user: UserMeta };
6669

6770
/**

0 commit comments

Comments
 (0)