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