TypeScript SDKAPI ReferenceModelsObservabilitySnowflakeDestinationConfig - TypeScript SDKCopy pageObservabilitySnowflakeDestinationConfig type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { ObservabilitySnowflakeDestinationConfig } from "@openrouter/sdk/models";23let value: ObservabilitySnowflakeDestinationConfig = {4 account: "93697714",5 token: "<value>",6}; Fields FieldTypeRequiredDescriptionaccountstring✔️N/Adatabasestring➖N/AheadersRecord<string, *string*>➖Custom HTTP headers to include in requests to this destination.schemastring➖N/Atablestring➖N/Atokenstring✔️N/Awarehousestring➖N/A