Esposter
    Preparing search index...

    Interface SourceMirrorArchive

    interface SourceMirrorArchive {
        archiveFilename: string;
        unarchivedPaths: readonly string[];
    }
    Index
    archiveFilename: string
    unarchivedPaths: readonly string[]