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

    Interface ConversionError

    Represents an error that occurred during conversion of a single post

    interface ConversionError {
        error: string;
        slug: string;
    }
    Index

    Properties

    Properties

    error: string

    The error message describing what went wrong

    slug: string

    The slug of the post that failed to convert