mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-08 12:24:48 +08:00
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
|
|
export interface IDebugSingleRequestBody {
|
||
|
|
component_id: string;
|
||
|
|
params: any[];
|
||
|
|
}
|