Type Alias PathData<V>

PathData<V>: {
    path: string;
    value: V;
}

Type Parameters

  • V