diff --git a/dist/flow-typed/Lbry.js b/dist/flow-typed/Lbry.js index 006e170..cc8a4ac 100644 --- a/dist/flow-typed/Lbry.js +++ b/dist/flow-typed/Lbry.js @@ -50,6 +50,8 @@ declare type StatusResponse = { blocks_behind: number, is_encrypted: boolean, is_locked: boolean, + headers_synchronization_progress: number, + available_servers: number, }, }; diff --git a/flow-typed/Lbry.js b/flow-typed/Lbry.js index 006e170..cc8a4ac 100644 --- a/flow-typed/Lbry.js +++ b/flow-typed/Lbry.js @@ -50,6 +50,8 @@ declare type StatusResponse = { blocks_behind: number, is_encrypted: boolean, is_locked: boolean, + headers_synchronization_progress: number, + available_servers: number, }, };