Manifest
Type representing the manifest file format for Obsidian plugins.
Import:
import type { Manifest } from 'obsidian-dev-utils/script-utils/version';Signature:
export interface ManifestProperties
| Property | Type | Description |
|---|---|---|
| minAppVersion | string | A minimum Obsidian version required for the plugin. |
| version | string | A version of the plugin. |