This commit is contained in:
2020-06-16 14:45:36 +08:00
parent ade0670415
commit 7827d385bd
8 changed files with 16 additions and 7 deletions

View File

@ -1,6 +1,6 @@
import { Request, Actions, Response } from "../common";
import { getTabByID } from "./actions";
import { logger } from "./logger";
import { logger } from "../common/logger";
export type ResponseCheckerSync<T> = (r: Response<T>, err: chrome.runtime.LastError, count: number) => T;