add is_synced to types
This commit is contained in:
parent
b7ae238606
commit
1818839133
2 changed files with 2 additions and 0 deletions
1
dist/flow-typed/Lbry.js
vendored
1
dist/flow-typed/Lbry.js
vendored
|
@ -187,6 +187,7 @@ declare type WalletListResponse = Array<{
|
||||||
declare type WalletStatusResponse = {
|
declare type WalletStatusResponse = {
|
||||||
is_encrypted: boolean,
|
is_encrypted: boolean,
|
||||||
is_locked: boolean,
|
is_locked: boolean,
|
||||||
|
is_synced: boolean,
|
||||||
};
|
};
|
||||||
|
|
||||||
declare type SyncApplyResponse = {
|
declare type SyncApplyResponse = {
|
||||||
|
|
1
flow-typed/Lbry.js
vendored
1
flow-typed/Lbry.js
vendored
|
@ -187,6 +187,7 @@ declare type WalletListResponse = Array<{
|
||||||
declare type WalletStatusResponse = {
|
declare type WalletStatusResponse = {
|
||||||
is_encrypted: boolean,
|
is_encrypted: boolean,
|
||||||
is_locked: boolean,
|
is_locked: boolean,
|
||||||
|
is_synced: boolean,
|
||||||
};
|
};
|
||||||
|
|
||||||
declare type SyncApplyResponse = {
|
declare type SyncApplyResponse = {
|
||||||
|
|
Loading…
Reference in a new issue