mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-20 03:52: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';
|
import type { Action } from 'flowtype';
|
||||||
|
|
||||||
export type Network = {
|
export type Network = {
|
||||||
|
type: string;
|
||||||
name: string;
|
name: string;
|
||||||
shortcut: string;
|
shortcut: string;
|
||||||
symbol: string;
|
symbol: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user