From 7e173446838b381491492526ff29ca8312819879 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 22 Apr 2021 14:13:10 -0400 Subject: [PATCH] remove unused comment types --- dist/flow-typed/Lbry.js | 10 ---------- flow-typed/Lbry.js | 10 ---------- 2 files changed, 20 deletions(-) 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,