mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-07 08:43:43 +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
|
||
|
}
|