mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-19 19:19:12 +00:00
5 lines
68 B
TypeScript
5 lines
68 B
TypeScript
|
|
export interface DSLComponentList {
|
||
|
|
id: string;
|
||
|
|
name: string;
|
||
|
|
}
|