Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/oslook/cursor-ai-downloads
/ Response
Interface
Response
src/update-cursor-links.ts:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
// Define types for Bun's fetch if needed
10
declare global {
11
interface
Response {
12
ok: boolean;
13
status: number;
14
json(): Promise<any>;
15
}
16
}
17
18
interface
PlatformInfo {
Callers
2
fetchVersionDownloadUrl
Function · 0.80
fetchLatestDownloadUrl
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected