NextGIS Frontend
    Preparing search index...

    Type Alias FetchNgwItemsOptions<P>

    FetchNgwItemsOptions: GetNgwItemsOptions<P> & NgwFeatureRequestOptions<P> & {
        clientFilterValidate?: boolean;
    }

    Type Parameters