IncompatibleInstallerVersionErrorConstructorParams
Parameters for the IncompatibleInstallerVersionError constructor.
Import:
import type { IncompatibleInstallerVersionErrorConstructorParams } from 'obsidian-integration-testing';Signature:
export interface IncompatibleInstallerVersionErrorConstructorParamsProperties
| Property | Type | Description |
|---|---|---|
| appVersion | string | The resolved Obsidian app (asar) version that was requested. |
| installerVersion | string | The resolved installer/Electron shell version that is too old to run it. |
| minRunnableInstallerVersion | string | The oldest installer version that can boot appVersion. |