Timeline Studio API Documentation - v0.26.0
    Preparing search index...

    Типы для различных кэшей

    interface CachedPreview {
        fileId: string;
        size: number;
        thumbnail: string;
        timestamp: number;
    }
    Index

    Properties

    fileId: string
    size: number
    thumbnail: string
    timestamp: number