ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
    Preparing search index...

    Type Alias DiffPathPairChangeExperimental

    Operation metadata for move and copy changes.

    type DiffPathPairChange = {
        oldPath: AbsolutePath;
        path: AbsolutePath;
    }
    Index
    oldPath: AbsolutePath

    Absolute path before the operation.

    Absolute path after the operation.