mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-05 10:58:34 +08:00
5 lines
100 B
TypeScript
5 lines
100 B
TypeScript
|
|
export interface IDebugSingleRequestBody {
|
||
|
|
component_id: string;
|
||
|
|
params: Record<string, any>;
|
||
|
|
}
|