Skip to content

PluginUpdateManifest

Unofficial

Information about an available plugin update.

Import:

import type { PluginUpdateManifest } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface PluginUpdateManifest

Properties

PropertyTypeDescription
manifestPluginManifestManifest of the plugin.
repostringRepository of the plugin.
versionstringNew version of the plugin.

Links to this page: