Skip to content

Commit

Permalink
Update cache-interceptor.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag authored Nov 22, 2024
1 parent 039945b commit 1c3db49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/cache-interceptor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ declare namespace CacheHandler {
export type CacheMethods = 'GET' | 'HEAD' | 'OPTIONS' | 'TRACE'

export interface CacheOptions {
store: CacheStore
store?: CacheStore

/**
* The methods to cache
Expand Down

0 comments on commit 1c3db49

Please sign in to comment.