Skip to content

Commit

Permalink
declares RouteHandlerCallbackOptions (#3057)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Apr 7, 2022
1 parent dec00e6 commit 462e80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workbox-core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export interface RouteMatchCallback {
/**
* Options passed to a `RouteHandlerCallback` function.
*/
export interface RouteHandlerCallbackOptions {
export declare interface RouteHandlerCallbackOptions {
event: ExtendableEvent;
request: Request;
url: URL;
Expand Down

0 comments on commit 462e80c

Please sign in to comment.