mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-11 10:36:53 +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
|
|
}
|