NB Scraper Docs - v1.3.0
    Preparing search index...

    Interface TikTokVideoLink

    interface TikTokVideoLink {
        type: "video";
        url: string;
        quality: string;
        label: string;
    }
    Index

    Properties

    Properties

    type: "video"
    url: string
    quality: string
    label: string