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

    Interface DownloadResult

    Result of an image download attempt

    interface DownloadResult {
        error?: string;
        is403?: boolean;
        success: boolean;
    }
    Index

    Properties

    Properties

    error?: string
    is403?: boolean
    success: boolean