1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00

reexport type from 'trezor-connect' to 'flowtype' module

This commit is contained in:
Szymon Lesisz 2018-08-17 15:19:50 +02:00
parent 86f1981179
commit e8109350bb

View File

@ -78,6 +78,7 @@ export type UnknownDevice = $Exact<{
ts: number; ts: number;
}> }>
export type { Device } from 'trezor-connect';
export type TrezorDevice = AcquiredDevice | UnknownDevice; export type TrezorDevice = AcquiredDevice | UnknownDevice;
export type RouterLocationState = LocationState; export type RouterLocationState = LocationState;