flowtype fix TCActions

pull/2/merge
Szymon Lesisz 6 years ago
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…
Cancel
Save