@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias FileUpdateChange

    type FileUpdateChange = {
        diff: string;
        kind: PatchChangeKind;
        path: string;
    }
    Index

    Properties

    Properties

    diff: string
    path: string