add is_synced to types

This commit is contained in:
Thomas Zarebczan 2020-03-31 12:26:46 -04:00
parent b7ae238606
commit 1818839133
No known key found for this signature in database
GPG key ID: D505010BDB4364BC
2 changed files with 2 additions and 0 deletions

View file

@ -187,6 +187,7 @@ declare type WalletListResponse = Array<{
declare type WalletStatusResponse = {
is_encrypted: boolean,
is_locked: boolean,
is_synced: boolean,
};
declare type SyncApplyResponse = {

1
flow-typed/Lbry.js vendored
View file

@ -187,6 +187,7 @@ declare type WalletListResponse = Array<{
declare type WalletStatusResponse = {
is_encrypted: boolean,
is_locked: boolean,
is_synced: boolean,
};
declare type SyncApplyResponse = {