Type Alias JsonApiWithNextFetchOptions

JsonApiWithNextFetchOptions: {
    cache?: RequestCache;
    next?: NextFetchRequestConfig;
}

Type declaration

  • Optionalcache?: RequestCache
  • Optionalnext?: NextFetchRequestConfig