All Downloader - v1.0.2-alpha
    Preparing search index...

    Interface ParseResponse

    Represents the response format for a video parsing request.

    interface ParseResponse {
        code: null | string;
        data: string | VideoData;
        success: boolean;
    }
    Index

    Properties

    Properties

    code: null | string

    Error or response code

    data: string | VideoData

    Video data or error message

    success: boolean

    Indicates whether the request was successful