Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    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