Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Interface PollingFetchConfig

    interface PollingFetchConfig {
    ย ย ย ย providers?: readonly PollingProviderDefinition[];
    ย ย ย ย fetchFn?: {
    ย ย ย ย ย ย ย ย (input: URL | RequestInfo, init?: RequestInit): Promise<Response>;
    ย ย ย ย ย ย ย ย (input: string | URL | Request, init?: RequestInit): Promise<Response>;
    ย ย ย ย };
    ย ย ย ย now?: () => string;
    }
    Index
    providers?: readonly PollingProviderDefinition[]
    fetchFn?: {
    ย ย ย ย (input: URL | RequestInfo, init?: RequestInit): Promise<Response>;
    ย ย ย ย (input: string | URL | Request, init?: RequestInit): Promise<Response>;
    }

    Type Declaration

    now?: () => string