DemoVaultCoverageCheckerGetInterfaceMembersParams
The parameters for DemoVaultCoverageChecker.getInterfaceMembers.
Import:
import type { DemoVaultCoverageCheckerGetInterfaceMembersParams } from 'obsidian-dev-utils/script-utils/demo-vault-coverage';Signature:
export interface DemoVaultCoverageCheckerGetInterfaceMembersParamsProperties
| Property | Type | Description |
|---|---|---|
| interfaceName | string | The name of the export interface, export class, or export enum to parse. |
| sourcePath | string | The source file path (relative to the repo root) that declares the interface, class, or enum. |