igcv3 - v1.1.0
    Preparing search index...

    Interface ConflictResult

    Result of conflict handling operation.

    interface ConflictResult {
        archived: { from: string; to: string }[];
        deleted: string[];
    }
    Index

    Properties

    Properties

    archived: { from: string; to: string }[]

    Files that were archived (original path -> archive path).

    deleted: string[]

    Files that were deleted for overwrite.