MCPcopy Create free account
hub / github.com/braintrustdata/bash-agent-evals / Actor

Interface Actor

src/data/schema.ts:3–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Type definitions for GitHub events from GH Archive
2
3export interface Actor {
4 id: number;
5 login: string;
6 display_login?: string;
7 gravatar_id: string;
8 url: string;
9 avatar_url: string;
10}
11
12export interface Repo {
13 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected