PluginsManifestsRecord
Unofficial
Record mapping plugin IDs to their manifest metadata.
Import:
import type { PluginsManifestsRecord } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface PluginsManifestsRecord extends Record<string, PluginManifest>Extends: Record<string, PluginManifest>
Links to this page: