diff --git a/dist/flow-typed/Lbry.js b/dist/flow-typed/Lbry.js index 326b3c6..0225fa2 100644 --- a/dist/flow-typed/Lbry.js +++ b/dist/flow-typed/Lbry.js @@ -124,14 +124,6 @@ declare type ChannelUpdateResponse = GenericTxResponse & { declare type CommentCreateResponse = Comment; declare type CommentUpdateResponse = Comment; -declare type CommentListResponse = { - items: Array, - page: number, - page_size: number, - total_items: number, - total_pages: number, -}; - declare type MyReactions = { // Keys are the commentId [string]: Array, @@ -308,8 +300,6 @@ declare type LbryTypes = { preference_set: (params: {}) => Promise, // Commenting - comment_list: (params: {}) => Promise, - comment_create: (params: {}) => Promise, comment_update: (params: {}) => Promise, comment_hide: (params: {}) => Promise, comment_abandon: (params: {}) => Promise, diff --git a/flow-typed/Lbry.js b/flow-typed/Lbry.js index 326b3c6..0225fa2 100644 --- a/flow-typed/Lbry.js +++ b/flow-typed/Lbry.js @@ -124,14 +124,6 @@ declare type ChannelUpdateResponse = GenericTxResponse & { declare type CommentCreateResponse = Comment; declare type CommentUpdateResponse = Comment; -declare type CommentListResponse = { - items: Array, - page: number, - page_size: number, - total_items: number, - total_pages: number, -}; - declare type MyReactions = { // Keys are the commentId [string]: Array, @@ -308,8 +300,6 @@ declare type LbryTypes = { preference_set: (params: {}) => Promise, // Commenting - comment_list: (params: {}) => Promise, - comment_create: (params: {}) => Promise, comment_update: (params: {}) => Promise, comment_hide: (params: {}) => Promise, comment_abandon: (params: {}) => Promise,