diff --git a/dist/flow-typed/Lbry.js b/dist/flow-typed/Lbry.js index 9f43627..8bbbb04 100644 --- a/dist/flow-typed/Lbry.js +++ b/dist/flow-typed/Lbry.js @@ -187,6 +187,7 @@ declare type WalletListResponse = Array<{ declare type WalletStatusResponse = { is_encrypted: boolean, is_locked: boolean, + is_synced: boolean, }; declare type SyncApplyResponse = { diff --git a/flow-typed/Lbry.js b/flow-typed/Lbry.js index 9f43627..8bbbb04 100644 --- a/flow-typed/Lbry.js +++ b/flow-typed/Lbry.js @@ -187,6 +187,7 @@ declare type WalletListResponse = Array<{ declare type WalletStatusResponse = { is_encrypted: boolean, is_locked: boolean, + is_synced: boolean, }; declare type SyncApplyResponse = {