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

Interface Comment

src/data/schema.ts:66–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66export interface Comment {
67 id: number;
68 body: string;
69 user: {
70 id: number;
71 login: string;
72 };
73 created_at: string;
74 updated_at: string;
75}
76
77export interface IssuesEvent extends BaseEvent {
78 type: 'IssuesEvent';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected