TypeScript SDKAPI ReferenceModelsObservabilityWeaveDestinationConfig - TypeScript SDKCopy pageObservabilityWeaveDestinationConfig type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { ObservabilityWeaveDestinationConfig } from "@openrouter/sdk/models";23let value: ObservabilityWeaveDestinationConfig = {4 apiKey: "<value>",5 entity: "<value>",6 project: "<value>",7}; Fields FieldTypeRequiredDescriptionapiKeystring✔️N/AbaseUrlstring➖N/Aentitystring✔️N/AheadersRecord<string, *string*>➖Custom HTTP headers to include in requests to this destination.projectstring✔️N/A