chore: remove useless type declare

This commit is contained in:
CrescentLeaf
2025-09-06 01:52:14 +08:00
parent d5e38a8167
commit 3e3609f25e

View File

@@ -1,4 +1,3 @@
import CryptoJS from "./types/CryptoJS.d.ts"
const dataIsEmpty = !localStorage.tws_data || localStorage.tws_data == ''
const aes = {
@@ -20,6 +19,7 @@ declare global {
interface Window {
data: {
apply: () => void
access_token?: string
}
}
}