TypeScript SDKAPI ReferenceModelsObservabilityLangfuseDestinationConfig - TypeScript SDKCopy pageObservabilityLangfuseDestinationConfig type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { ObservabilityLangfuseDestinationConfig } from "@openrouter/sdk/models";23let value: ObservabilityLangfuseDestinationConfig = {4 publicKey: "<value>",5 secretKey: "<value>",6}; Fields FieldTypeRequiredDescriptionbaseUrlstring➖N/AheadersRecord<string, *string*>➖Custom HTTP headers to include in requests to this destination.publicKeystring✔️N/AsecretKeystring✔️N/A