Esposter
    Preparing search index...

    Interface SnapshotLocation

    interface SnapshotLocation {
        dir: string;
        exists: boolean;
        hash: string;
        upperDir: string;
    }
    Index
    dir: string
    exists: boolean
    hash: string
    upperDir: string