DemoVaultAppJson
A parsed .obsidian/app.json. Only the settings in DEMO_VAULT_APP_JSON_SETTINGS are interpreted; every other setting is carried through untouched.
Import:
import type { DemoVaultAppJson } from 'obsidian-dev-utils/script-utils/demo-vault-app-json';Signature:
export type DemoVaultAppJsonSignature:
type DemoVaultAppJson = Record<string, unknown>Links to this page: