mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 19:44:21 +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
|
|
}
|