vot.js - v2.4.12
    Preparing search index...

    Type Alias ResourceFullBaseData

    type ResourceFullBaseData = {
        children: string[];
        completed: boolean;
        hash: string;
        id: string;
        isAvailableForVideoPlayer: boolean;
        modified: number;
        name: string;
        parent: string | null;
        path: string;
        timestamp: number;
        virus: boolean;
    }
    Index

    Properties

    children: string[]
    completed: boolean
    hash: string
    id: string
    isAvailableForVideoPlayer: boolean
    modified: number
    name: string
    parent: string | null
    path: string
    timestamp: number
    virus: boolean