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

5 lines
112 B
TypeScript
Raw Normal View History

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