MCPcopy
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
10declare global {
11 interface Response {
12 ok: boolean;
13 status: number;
14 json(): Promise<any>;
15 }
16}
17
18interface PlatformInfo {

Callers 2

fetchVersionDownloadUrlFunction · 0.80
fetchLatestDownloadUrlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected