mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-14 04:19:09 +00:00
update main flowtype
This commit is contained in:
parent
e9e55263a9
commit
09f819aacc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user