Update src/types/global.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Marc Emmanuel 2026-01-26 20:13:53 +01:00 committed by GitHub
parent a58fb7e2c0
commit b1322732b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}