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

Type Parameters