adds authorUri to comment type
This commit is contained in:
parent
2e2383afb8
commit
d76b170c82
2 changed files with 4 additions and 2 deletions
3
dist/flow-typed/Comment.js
vendored
3
dist/flow-typed/Comment.js
vendored
|
@ -1,5 +1,6 @@
|
|||
declare type Comment = {
|
||||
author: string,
|
||||
author?: string,
|
||||
author_url?: string,
|
||||
claim_index?: number,
|
||||
comment_id?: number,
|
||||
downvotes?: number,
|
||||
|
|
3
flow-typed/Comment.js
vendored
3
flow-typed/Comment.js
vendored
|
@ -1,5 +1,6 @@
|
|||
declare type Comment = {
|
||||
author: string,
|
||||
author?: string,
|
||||
author_url?: string,
|
||||
claim_index?: number,
|
||||
comment_id?: number,
|
||||
downvotes?: number,
|
||||
|
|
Loading…
Reference in a new issue