import type * as Extend from "../../../index"; export interface EvaluationSetItemsCreateResponse { evaluationSetItems: Extend.EvaluationSetItem[]; }