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

Interface CommentFile

src/data/schema.ts:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176export interface CommentFile {
177 id: number;
178 body: string;
179 author: string;
180 created_at: string;
181}
182
183export interface UserFile {
184 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected