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

    Результат операции загрузки

    interface LoadResult<T = Resource[]> {
        data: T;
        error?: string;
        source: ResourceSource;
        success: boolean;
        timestamp: number;
    }

    Type Parameters

    Index

    Properties

    data: T
    error?: string
    success: boolean
    timestamp: number