mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-06 13:21:38 +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,
|
type: typeof CONNECT.AUTH_DEVICE,
|
||||||
device: TrezorDevice
|
device: TrezorDevice,
|
||||||
|
state: string
|
||||||
} | {
|
} | {
|
||||||
type: typeof CONNECT.DUPLICATE,
|
type: typeof CONNECT.DUPLICATE,
|
||||||
device: TrezorDevice
|
device: TrezorDevice
|
||||||
|
Loading…
Reference in New Issue
Block a user