From 39e171428014ec4f7fba020e3fcf299b6efffb75 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Thu, 4 Oct 2018 22:57:03 +0200 Subject: [PATCH] update main flowtype --- src/flowtype/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/flowtype/index.js b/src/flowtype/index.js index 6c138e58..203033d1 100644 --- a/src/flowtype/index.js +++ b/src/flowtype/index.js @@ -38,6 +38,7 @@ import type { Features, DeviceStatus, DeviceFirmwareStatus, + DeviceMode, DeviceMessageType, TransportMessageType, BlockchainMessageType, @@ -53,6 +54,7 @@ export type AcquiredDevice = $Exact<{ +features: Features, +firmware: DeviceFirmwareStatus, status: DeviceStatus, + +mode: DeviceMode, state: ?string, remember: boolean; // device should be remembered