Add touched/unread inbox issue semantics
This commit is contained in:
@@ -82,6 +82,9 @@ export interface Issue {
|
||||
project?: Project | null;
|
||||
goal?: Goal | null;
|
||||
mentionedProjects?: Project[];
|
||||
myLastTouchAt?: Date | null;
|
||||
lastExternalCommentAt?: Date | null;
|
||||
isUnreadForMe?: boolean;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user