From 97bc188ca6beb2057ab734e791b1afe96b6e4650 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 3 Dec 2023 11:15:50 -0500 Subject: Remove unused types --- types/dev/vm.d.ts | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'types/dev') diff --git a/types/dev/vm.d.ts b/types/dev/vm.d.ts index f103de97..3eb0949f 100644 --- a/types/dev/vm.d.ts +++ b/types/dev/vm.d.ts @@ -17,27 +17,6 @@ import type * as Translation from '../ext/translation'; -export type PseudoURL = { - hash: string; - host: string; - hostname: string; - href: string; - toString(): string; - origin: string; - password: string; - pathname: string; - port: string; - protocol: string; - search: string; - searchParams: URLSearchParams; - username: string; - toJSON(): string; -}; - -export type VMAssert = { - deepStrictEqual: (actual: unknown, expected: unknown) => void; -}; - export type PseudoChrome = { runtime: { getURL(path: string): string; -- cgit v1.2.3