MCPcopy
hub / github.com/oslook/cursor-ai-downloads / VersionHistoryEntry

Interface VersionHistoryEntry

src/update-readme-from-history.ts:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9// Interface for version history JSON
10interface VersionHistoryEntry {
11 version: string;
12 date: string;
13 platforms: {
14 [platform: string]: string; // platform -> download URL
15 };
16}
17
18interface VersionHistory {
19 versions: VersionHistoryEntry[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected