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

Interface BaseEvent

src/data/schema.ts:18–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface BaseEvent {
19 id: string;
20 type: string;
21 actor: Actor;
22 repo: Repo;
23 public: boolean;
24 created_at: string;
25 org?: {
26 id: number;
27 login: string;
28 gravatar_id: string;
29 url: string;
30 avatar_url: string;
31 };
32}
33
34export interface Issue {
35 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected