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