Skip to content

SilentAsarFallbackErrorConstructorParams

Parameters for the SilentAsarFallbackError constructor.

Import:

import type { SilentAsarFallbackErrorConstructorParams } from 'obsidian-integration-testing';

Signature:

export interface SilentAsarFallbackErrorConstructorParams

Properties

PropertyTypeDescription
requestedVersionstringThe pinned Obsidian app (asar) version that was requested.
runningApiVersionstringThe Obsidian app (asar) version the instance is actually running.