import type * as ElevenLabs from "../index"; export interface TestRunResultBucket { testRunIds: string[]; /** Short one-line title for this bucket */ title: string; /** Short summary of why the test runs in this bucket passed or failed */ reason: string; status: ElevenLabs.TestRunStatus; }