mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-15 01:18:26 +08:00
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
|
|
export interface ISetLangfuseConfigRequestBody {
|
||
|
|
secret_key: string;
|
||
|
|
public_key: string;
|
||
|
|
host: string;
|
||
|
|
}
|