Type alias CacheUpdateUpdate<T>

CacheUpdateUpdate<T>: {
    queryKey: ApiQueryKey;
    updater?: Updater<T | undefined, T | undefined>;
}

Interface to update a cached API response.

Type Parameters

  • T

Type declaration