mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-10 19:16:10 +00:00
5 lines
112 B
TypeScript
5 lines
112 B
TypeScript
|
interface DPath {
|
||
|
label: string;
|
||
|
value: string; // TODO determine method for more precise typing for path
|
||
|
}
|