NextGIS Frontend
    Preparing search index...

    Interface BaseRequestOptions

    interface BaseRequestOptions {
        cache?: boolean;
        signal?: AbortSignal | null;
    }

    Hierarchy (View Summary)

    Index
    cache?: boolean
    signal?: AbortSignal | null