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

    Type Alias GitInfo

    type GitInfo = {
        branch: string | null;
        originUrl: string | null;
        sha: string | null;
    }
    Index

    Properties

    Properties

    branch: string | null
    originUrl: string | null
    sha: string | null