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