Files
ragflow/web/src/interfaces/database/system.ts
balibabu 3c57a9986c Feat: Add LangfuseCard component. #6155 (#6468)
### What problem does this PR solve?

Feat: Add LangfuseCard component. #6155

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
2025-03-24 19:07:55 +08:00

8 lines
143 B
TypeScript

export interface ILangfuseConfig {
secret_key: string;
public_key: string;
host: string;
project_id: string;
project_name: string;
}