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

    Type Alias GitDiffToRemoteResponse

    type GitDiffToRemoteResponse = {
        diff: string;
        sha: GitSha;
    }
    Index

    Properties

    Properties

    diff: string
    sha: GitSha