/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * The result of a bulk operation that created a Test Case. */ export interface TestSuiteTestCaseCreatedBulkResult { id: string; type: "CREATED"; data: Vellum.TestSuiteTestCaseCreatedBulkResultData; }