mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-13 20:08:56 +00:00
reexport type from 'trezor-connect' to 'flowtype' module
This commit is contained in:
parent
86f1981179
commit
e8109350bb
@ -78,6 +78,7 @@ export type UnknownDevice = $Exact<{
|
||||
ts: number;
|
||||
}>
|
||||
|
||||
export type { Device } from 'trezor-connect';
|
||||
export type TrezorDevice = AcquiredDevice | UnknownDevice;
|
||||
|
||||
export type RouterLocationState = LocationState;
|
||||
|
Loading…
Reference in New Issue
Block a user