Package version:

Interface IndexedPath

interface IndexedPath {
    indexes?: Index[];
    path: string;
}

Properties

Properties

indexes?: Index[]
path: string