1
0
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:
Szymon Lesisz 2018-11-23 13:01:16 +01:00
parent a58644f8ec
commit 5888dca31f

View File

@ -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;