MyCrypto/shared/types/hardware-wallets.d.ts
2018-01-29 20:41:59 -05:00

5 lines
112 B
TypeScript

interface DPath {
label: string;
value: string; // TODO determine method for more precise typing for path
}