MyCrypto/shared/types/hardware-wallets.d.ts

5 lines
112 B
TypeScript
Raw Normal View History

2018-01-30 01:41:59 +00:00
interface DPath {
label: string;
value: string; // TODO determine method for more precise typing for path
}