### What problem does this PR solve? Feat: Add LangfuseCard component. #6155 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
7 lines
143 B
TypeScript
7 lines
143 B
TypeScript
export interface ILangfuseConfig {
|
|
secret_key: string;
|
|
public_key: string;
|
|
host: string;
|
|
project_id: string;
|
|
project_name: string;
|
|
}
|