perf: 中断打字
This commit is contained in:
@ -5,6 +5,7 @@ declare global {
|
||||
|
||||
interface Answer {
|
||||
message?: string;
|
||||
role?: string;
|
||||
node?: string;
|
||||
output?: string;
|
||||
run_id?: string;
|
||||
@ -20,6 +21,7 @@ declare global {
|
||||
type: string;
|
||||
data: Record<string, any>;
|
||||
};
|
||||
[key: string]: any;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user