Skip to content

DemoVaultCoverageCheckerGetInterfaceMembersParams

The parameters for DemoVaultCoverageChecker.getInterfaceMembers.

Import:

import type { DemoVaultCoverageCheckerGetInterfaceMembersParams } from 'obsidian-dev-utils/script-utils/demo-vault-coverage';

Signature:

export interface DemoVaultCoverageCheckerGetInterfaceMembersParams

Properties

PropertyTypeDescription
interfaceNamestringThe name of the export interface, export class, or export enum to parse.
sourcePathstringThe source file path (relative to the repo root) that declares the interface, class, or enum.