From d76b170c82b230c00e101d1559d84f63b9c180f7 Mon Sep 17 00:00:00 2001 From: jessop Date: Wed, 17 Jul 2019 16:46:22 -0400 Subject: [PATCH] adds authorUri to comment type --- dist/flow-typed/Comment.js | 3 ++- flow-typed/Comment.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/flow-typed/Comment.js b/dist/flow-typed/Comment.js index 808dda8..f2f35b7 100644 --- a/dist/flow-typed/Comment.js +++ b/dist/flow-typed/Comment.js @@ -1,5 +1,6 @@ declare type Comment = { - author: string, + author?: string, + author_url?: string, claim_index?: number, comment_id?: number, downvotes?: number, diff --git a/flow-typed/Comment.js b/flow-typed/Comment.js index 808dda8..f2f35b7 100644 --- a/flow-typed/Comment.js +++ b/flow-typed/Comment.js @@ -1,5 +1,6 @@ declare type Comment = { - author: string, + author?: string, + author_url?: string, claim_index?: number, comment_id?: number, downvotes?: number,