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