mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 01:07:46 +00:00
fix: type errors
This commit is contained in:
@@ -4,13 +4,12 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
import {
|
||||
SubagentConfig,
|
||||
ValidationResult,
|
||||
SubagentError,
|
||||
SubagentErrorCode,
|
||||
import { SubagentError, SubagentErrorCode } from './types.js';
|
||||
import type {
|
||||
ModelConfig,
|
||||
RunConfig,
|
||||
SubagentConfig,
|
||||
ValidationResult,
|
||||
} from './types.js';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user