Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cAttte/types-mediawiki into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
cAttte committed Mar 5, 2021
2 parents 8869a49 + e5f25db commit b9b8817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mw/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ declare global {
wgEnableAPI: boolean;
wgEnableWriteAPI: boolean;
wgExtensionAssetsPath: string;
wgFormattedNamespaces: Record<string, string>;
wgNamespaceIds: Record<string, string>;
wgFormattedNamespaces: Record<number, string>;
wgNamespaceIds: Record<string, number>;
wgScript: string;
wgScriptPath: string;
wgServer: string;
Expand Down

0 comments on commit b9b8817

Please sign in to comment.