/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * The result of a bulk operation that deleted a Test Case. */ export interface TestSuiteTestCaseDeletedBulkResult { /** 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: "DELETED"; data: Vellum.TestSuiteTestCaseDeletedBulkResultData; }