Remove duplicate interface

This commit is contained in:
hensm
2019-07-26 05:16:32 +01:00
parent a046ba9022
commit c15e719e0e

View File

@@ -66,12 +66,6 @@ browser.browserAction.onClicked.addListener(async tab => {
});
export interface Shim {
bridgePort: browser.runtime.Port;
contentPort?: browser.runtime.Port;
contentTabId?: number;
contentFrameId?: number;
}
const activeShims = new Set<Shim>();