@ctrl/plex
    Preparing search index...

    Interface ServerWalkEntry

    interface ServerWalkEntry {
        files: ServerFile[];
        path: string;
        paths: ServerPath[];
    }
    Index
    files: ServerFile[]

    Child files under path.

    path: string

    Directory path being visited.

    paths: ServerPath[]

    Child directories under path.