Skip to content

Commit

Permalink
add '[key: string]: any' to mw.config
Browse files Browse the repository at this point in the history
  • Loading branch information
cAttte committed Mar 4, 2021
1 parent 142f9f5 commit adcc61e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mw/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ declare global {
wgDiffOldId: number;
wgDiffNewId: number;
wgWikibaseItemId: string;
[key: string]: any; // more config keys can be added by plugins
}>;

namespace html {
Expand Down

0 comments on commit adcc61e

Please sign in to comment.