feat(releases-widget): add Mark as read action to mark releases as seen (#3676)
This commit is contained in:
@@ -37,5 +37,7 @@ export interface ReleasesRepositoryResponse extends ReleasesRepository {
|
||||
iconUrl?: string;
|
||||
};
|
||||
|
||||
viewed: boolean;
|
||||
|
||||
error?: { code?: string; message?: string };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user