TypeScript SDKAPI ReferenceModelsURLCitation - TypeScript SDKCopy pageURLCitation type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { URLCitation } from "@openrouter/sdk/models";23let value: URLCitation = {4 endIndex: 827156,5 startIndex: 720244,6 title: "<value>",7 type: "url_citation",8 url: "https://snappy-decision.biz",9}; Fields FieldTypeRequiredDescriptionendIndexnumber✔️N/AstartIndexnumber✔️N/Atitlestring✔️N/Atype”url_citation”✔️N/Aurlstring✔️N/A