Member Junction
    Preparing search index...

    Result structure for preloaded data organized by destination

    interface PreloadedDataResult {
        context: Record<string, unknown>;
        data: Record<string, unknown>;
        failedSources: FailedDataSource[];
        loadedSources: string[];
        payload: Record<string, unknown>;
    }
    Index

    Properties

    context: Record<string, unknown>
    data: Record<string, unknown>
    failedSources: FailedDataSource[]

    Sources that failed to load, with error details

    loadedSources: string[]

    Names of sources that loaded successfully

    payload: Record<string, unknown>