TypeScript SDKAPI ReferenceOperationsContentText - TypeScript SDKCopy pageContentText type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { ContentText } from "@openrouter/sdk/models/operations";23let value: ContentText = {4 text: "<value>",5 type: "text",6}; Fields FieldTypeRequiredDescriptiontextstring✔️N/Atype”text”✔️N/A