vot.js - v2.4.12
    Preparing search index...
    type ClipInfo = {
        category: Category;
        category_id: string;
        channel: Channel;
        channel_id: number;
        clip_url: string;
        created_at: SharedTypes.UtilsType.ISODate;
        creator: Channel;
        duration: number;
        id: string;
        is_mature: boolean;
        liked: boolean;
        likes: number;
        likes_count: number;
        livestream_id: string;
        privacy: "CLIP_PRIVACY_PUBLIC";
        started_at: SharedTypes.UtilsType.ISODate;
        thumbnail_url: string;
        title: string;
        user_id: number;
        video_url: string;
        view_count: number;
        views: number;
        vod: VOD;
    }
    Index

    Properties

    category: Category
    category_id: string
    channel: Channel
    channel_id: number
    clip_url: string
    creator: Channel
    duration: number
    id: string
    is_mature: boolean
    liked: boolean
    likes: number
    likes_count: number
    livestream_id: string
    privacy: "CLIP_PRIVACY_PUBLIC"
    thumbnail_url: string
    title: string
    user_id: number
    video_url: string
    view_count: number
    views: number
    vod: VOD