diff --git a/src/types/global.ts b/src/types/global.ts index cb71e31d..a7558300 100644 --- a/src/types/global.ts +++ b/src/types/global.ts @@ -35,5 +35,5 @@ declare global { var tip: (message: string, autoHide?: boolean, type?: "info" | "warning" | "error") => void; var locked: (settingId: string) => boolean; - var unlock: (settingId: string) => void; + var unlock: (settingId: string) => void; } \ No newline at end of file