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