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

    Type Alias DiffPathChangeExperimental

    Operation metadata for add, delete, and modify changes.

    type DiffPathChange = {
        path: AbsolutePath;
    }
    Index

    Absolute path for the operation.