DataAdapterWatchersRecord
Unofficial
A mapping between a vault-relative folder paths to the corresponding watcher entries.
Import:
import type { DataAdapterWatchersRecord } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface DataAdapterWatchersRecord extends Record<string, DataAdapterWatchersRecordEntry>Extends: Record<string, DataAdapterWatchersRecordEntry>
Links to this page: