/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * The result of a bulk operation that replaced a Test Case. */ export interface TestSuiteTestCaseReplacedBulkResult { /** An ID that maps back to one of the initially supplied operations. Can be used to determine the result of a given operation. */ id: string; type: "REPLACED"; data: Vellum.TestSuiteTestCaseReplacedBulkResultData; }