TypeScript SDKAPI ReferenceModelsObservabilityClickhouseDestinationConfig - TypeScript SDKCopy pageObservabilityClickhouseDestinationConfig type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { ObservabilityClickhouseDestinationConfig } from "@openrouter/sdk/models";23let value: ObservabilityClickhouseDestinationConfig = {4 database: "<value>",5 host: "evil-airbus.net",6 password: "cQ0oWoWiZp9fa9C",7 username: "Hyman.Stroman",8}; Fields FieldTypeRequiredDescriptiondatabasestring✔️N/AheadersRecord<string, *string*>➖Custom HTTP headers to include in requests to this destination.hoststring✔️N/Apasswordstring✔️N/Atablestring➖N/Ausernamestring✔️If you have not set a specific username in ClickHouse, simply type in ‘default’ below.