export interface EvaluationSetItemsDeleteResponse { /** The ID of the deleted evaluation set item. */ id: string; }