Skip to content

Commit

Permalink
Add declare to WorkboxPlugin interface (#2657)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Nov 6, 2020
1 parent c2eddf4 commit 57ad215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workbox-core/src/types.ts
Expand Up @@ -247,7 +247,7 @@ export interface HandlerDidCompleteCallback {
* An object with optional lifecycle callback properties for the fetch and
* cache operations.
*/
export interface WorkboxPlugin {
export declare interface WorkboxPlugin {
cacheDidUpdate?: CacheDidUpdateCallback;
cachedResponseWillBeUsed?: CachedResponseWillBeUsedCallback;
cacheKeyWillBeUsed?: CacheKeyWillBeUsedCallback;
Expand Down

0 comments on commit 57ad215

Please sign in to comment.