From e5f25dbdfa658fefbfce56bb16dc17d2feea40ef Mon Sep 17 00:00:00 2001 From: cAttte <26514199+cAttte@users.noreply.github.com> Date: Fri, 5 Mar 2021 10:07:24 -0300 Subject: [PATCH] namespace IDs are numbers Co-authored-by: Siddharth VP --- mw/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mw/index.d.ts b/mw/index.d.ts index 88eeb5c..402c754 100644 --- a/mw/index.d.ts +++ b/mw/index.d.ts @@ -41,8 +41,8 @@ declare global { wgEnableAPI: boolean; wgEnableWriteAPI: boolean; wgExtensionAssetsPath: string; - wgFormattedNamespaces: Record; - wgNamespaceIds: Record; + wgFormattedNamespaces: Record; + wgNamespaceIds: Record; wgScript: string; wgScriptPath: string; wgServer: string;