@owservable/folders
    Preparing search index...

    Interface ItemStat

    interface ItemStat {
        fullPath: string;
        isDirectory: boolean;
        name: string;
    }
    Index
    fullPath: string
    isDirectory: boolean
    name: string