Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface LoadResult<T>

    interface LoadResult<T> {
        data: T;
        source: "cache" | "network";
        url: string;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    data: T
    source: "cache" | "network"
    url: string