import type { AiExecutionModificationResponse } from './ai-execution-modification-response.js';
import type { AiApiErrorWithId } from './ai-api-error-with-id.js';
/**
 * Representation of the 'AiExecutionModificationResponseList' schema.
 */
export type AiExecutionModificationResponseList = (AiExecutionModificationResponse | AiApiErrorWithId)[];
//# sourceMappingURL=ai-execution-modification-response-list.d.ts.map