@nospamproxy/core
    Preparing search index...
    interface DownloadOptions {
        apiUrl?: string;
        cacheDurationMs?: number;
        dataType: string;
        download: true;
        language?: string;
        signal?: AbortSignal;
        timeoutMs?: number;
        toCacheResponse: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    apiUrl?: string
    cacheDurationMs?: number
    dataType: string
    download: true
    language?: string
    signal?: AbortSignal
    timeoutMs?: number
    toCacheResponse: boolean