Esposter
    Preparing search index...

    Interface SourceMirrorDelta

    interface SourceMirrorDelta {
        copyPaths: readonly string[];
        deletePaths: readonly string[];
    }
    Index
    copyPaths: readonly string[]
    deletePaths: readonly string[]