DesktopReleasesJson
Type representing the structure of Obsidian’s desktop-releases.json feed.
This is the feed the desktop app itself updates from, so it is the only source that states a version desktop users can actually run.
Import:
import type { DesktopReleasesJson } from 'obsidian-dev-utils/script-utils/version';Signature:
export interface DesktopReleasesJsonProperties
| Property | Type | Description |
|---|---|---|
| latestVersion | string | The latest Obsidian version available for desktop. |