Skip to content

Commit bd20db5

Browse files
committed
[Regenerate] Add NotificationEntity
1 parent 41fc983 commit bd20db5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

definitions.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ export type LabelEntity = {
2020
default: boolean,
2121
}
2222

23+
export type NotificationEntity = {
24+
id: string,
25+
repository: RepositoryEntity,
26+
subject: Object,
27+
reason: string,
28+
unread: boolean,
29+
updated_at: string,
30+
last_read_at: string,
31+
}
32+
2333
export type IssueEntity = {
2434
id: number,
2535
number: number,

0 commit comments

Comments
 (0)