1
0
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:
Szymon Lesisz 2018-05-19 18:26:39 +02:00
parent 56e3eb49cf
commit 79b277f732

View File

@ -51,7 +51,8 @@ export type TrezorConnectAction = {
}
} | {
type: typeof CONNECT.AUTH_DEVICE,
device: TrezorDevice
device: TrezorDevice,
state: string
} | {
type: typeof CONNECT.DUPLICATE,
device: TrezorDevice