TypeScript SDKAPI ReferenceModelsAnthropicCitationContentBlockLocationParam - TypeScript SDKCopy pageAnthropicCitationContentBlockLocationParam type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { AnthropicCitationContentBlockLocationParam } from "@openrouter/sdk/models";23let value: AnthropicCitationContentBlockLocationParam = {4 citedText: "Example cited text",5 documentIndex: 0,6 documentTitle: null,7 endBlockIndex: 1,8 startBlockIndex: 0,9 type: "content_block_location",10}; Fields FieldTypeRequiredDescriptioncitedTextstring✔️N/AdocumentIndexnumber✔️N/AdocumentTitlestring✔️N/AendBlockIndexnumber✔️N/AstartBlockIndexnumber✔️N/Atype”content_block_location”✔️N/A