ixfx
    Preparing search index...

    Type Alias PathData<V>

    Data at a particular path

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

    Type Parameters

    • V
    Index

    Properties

    Properties

    path: string

    Path

    value: V

    Value