diff options
Diffstat (limited to 'src/routes/userland.d.ts')
-rw-r--r-- | src/routes/userland.d.ts | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/routes/userland.d.ts b/src/routes/userland.d.ts index 7b659b8..11275ce 100644 --- a/src/routes/userland.d.ts +++ b/src/routes/userland.d.ts @@ -1,4 +1,6 @@ -import type { WebRequest } from 'webextension-polyfill'; -export type UserlandBrowser = { - get webRequest(): WebRequest.Static; -}; +import type Browser from 'webextension-polyfill'; +// export type UserlandBrowser = { +// get webRequest(): WebRequest.Static; +// }; + +export type UserlandBrowser = Browser.Browser; |