vot.js - v2.4.12
    Preparing search index...
    type StreamFullCategory = {
        category: StreamCategory;
        category_id: number;
        deleted_at: null;
        description: string;
        id: number;
        name: string;
        slug: string;
        tags: string[];
        viewers: number;
    }
    Index

    Properties

    category: StreamCategory
    category_id: number
    deleted_at: null
    description: string
    id: number
    name: string
    slug: string
    tags: string[]
    viewers: number