Skip to content

Commit

Permalink
chore(api): generate types
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Apr 16, 2024
1 parent e6df5d5 commit 994af3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/index.d.ts
Expand Up @@ -10387,6 +10387,7 @@ declare module "socket:service-worker/context" {
declare module "socket:service-worker/events" {
export const textEncoder: TextEncoderStream;
export const FETCH_EVENT_TIMEOUT: number;
export const FETCH_EVENT_MAX_RESPONSE_REDIRECTS: number;
/**
* The `ExtendableEvent` interface extends the lifetime of the "install" and
* "activate" events dispatched on the global scope as part of the service
Expand Down

0 comments on commit 994af3c

Please sign in to comment.