ragflow / web /src /pages /flow /interface.ts
balibabu
feat: build react flow nodes and edges from mock data #918 (#919)
78dc980
raw
history blame
68 Bytes
export interface DSLComponentList {
id: string;
name: string;
}