mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-05 23:59:23 +00:00
flowtype fix TCActions
This commit is contained in:
parent
56e3eb49cf
commit
79b277f732
@ -51,7 +51,8 @@ export type TrezorConnectAction = {
|
||||
}
|
||||
} | {
|
||||
type: typeof CONNECT.AUTH_DEVICE,
|
||||
device: TrezorDevice
|
||||
device: TrezorDevice,
|
||||
state: string
|
||||
} | {
|
||||
type: typeof CONNECT.DUPLICATE,
|
||||
device: TrezorDevice
|
||||
|
Loading…
Reference in New Issue
Block a user