markmv - v1.39.2
    Preparing search index...

    Type Alias FixPrompter

    FixPrompter: (fix: PlannedLinkFix) => Promise<number | undefined>

    Asks the user which suggestion to apply for one broken link.

    Returns the chosen zero-based suggestion index, or undefined to skip. Injectable so tests and non-interactive callers can drive fix mode without a terminal.

    Type Declaration