mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-17 18:42:01 +00:00
flowtype: add type to Network declaration
This commit is contained in:
parent
a58644f8ec
commit
5888dca31f
@ -6,6 +6,7 @@ import * as STORAGE from 'actions/constants/localStorage';
|
||||
import type { Action } from 'flowtype';
|
||||
|
||||
export type Network = {
|
||||
type: string;
|
||||
name: string;
|
||||
shortcut: string;
|
||||
symbol: string;
|
||||
|
Loading…
Reference in New Issue
Block a user