Skip to content

Commit 7e64957

Browse files
piehserhalp
andauthored
Update src/shared/cache-types.cts
Co-authored-by: Philippe Serhal <[email protected]>
1 parent 9f9b9d2 commit 7e64957

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/shared/cache-types.cts

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ export type NetlifyCacheHandlerValue = MapCachedRouteValueToNetlify<CacheHandler
9090
*/
9191
export type NetlifyIncrementalCacheValue = NetlifyCacheHandlerValue['value']
9292

93-
// type IncrementalCacheValueToMultipleVersions<T> = T extends CachedRouteValue ?
9493
type IncrementalCacheValueToMultipleVersions<T> = T extends CachedRouteValue
9594
? CachedRouteValueForMultipleVersions
9695
: T extends IncrementalCachedPageValue

0 commit comments

Comments
 (0)