enquire-mcp API reference - v3.11.6-rc.2
    Preparing search index...

    Interface ReplaceInNotesFileResult

    Per-file count emitted by replaceInNotes.

    interface ReplaceInNotesFileResult {
        occurrences: number;
        path: string;
    }
    Index

    Properties

    Properties

    occurrences: number

    Number of literal replacements applied in this file.

    path: string

    Vault-relative path.