aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes/userland.d.ts
blob: 11275ce3820e847bebcb2daf8334d18652e208cb (plain) (blame)
1
2
3
4
5
6
import type Browser from 'webextension-polyfill';
// export type UserlandBrowser = {
//   get webRequest(): WebRequest.Static;
// };

export type UserlandBrowser = Browser.Browser;