@alvincrespo/hashnode-content-converter - v0.2.2
    Preparing search index...

    Interface ConversionResult

    Result of converting a batch of Hashnode posts Contains summary statistics and detailed error information

    interface ConversionResult {
        converted: number;
        duration: string;
        errors: ConversionError[];
        skipped: number;
    }
    Index

    Properties

    converted: number

    Number of posts successfully converted

    duration: string

    Human-readable duration of the conversion process Example: "2.5s", "1m 30s"

    errors: ConversionError[]

    Array of errors that occurred during conversion

    skipped: number

    Number of posts that were skipped