Preparing search index...
    interface PathSpec {
        aggregate: AggregateMethod;
        parameter: string[];
        path: Path;
    }
    Index

    Properties

    aggregate: AggregateMethod
    parameter: string[]
    path: Path