Skip to content

PluginUpdateManifest

Unofficial

Information about an available plugin update.

Import:

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

Signature:

export interface PluginUpdateManifest

Properties

Property Type Description
manifest PluginManifest Manifest of the plugin.
repo string Repository of the plugin.
version string New version of the plugin.

Links to this page: