From b7f5c9f0865b75e45e9b26a99a234f64336342c2 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Wed, 24 Jun 2026 13:12:25 +0800 Subject: [PATCH] clean up --- web_src/js/globals.d.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/web_src/js/globals.d.ts b/web_src/js/globals.d.ts index 6579bb22037..bb13e1e79f2 100644 --- a/web_src/js/globals.d.ts +++ b/web_src/js/globals.d.ts @@ -1,13 +1,10 @@ interface JQuery { - areYouSure: any, // jquery.are-you-sure fomanticExt: any; // fomantic extension api: any, // fomantic dimmer: any, // fomantic dropdown: any; // fomantic modal: any; // fomantic - tab: any; // fomantic transition: any, // fomantic - search: any, // fomantic } interface JQueryStatic { @@ -41,7 +38,6 @@ interface Window { FolderOpenIcon?: string, repoLink?: string, repoActivityTopAuthors?: any[], - pullRequestMergeForm?: Record, dashboardRepoList?: Record, }, notificationSettings: { @@ -79,8 +75,3 @@ interface Window { // do not add more properties here unless it is a must } - -declare module '*?worker' { - const workerConstructor: new () => Worker; - export default workerConstructor; -}