From 0f5dc8e8546e0217976b014871e1135106a24083 Mon Sep 17 00:00:00 2001 From: Beef Date: Mon, 29 May 2023 23:07:31 +0100 Subject: [PATCH] [TS] Fix constants common module --- src/def.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/def.d.ts b/src/def.d.ts index 802715a..842fa78 100644 --- a/src/def.d.ts +++ b/src/def.d.ts @@ -377,7 +377,7 @@ interface VendettaObject { findByTypeNameAll: (typeName: string, defaultExp?: boolean) => any[]; findByStoreName: (name: string) => any; common: { - constants: PropIntellisense<"API_HOST">; + constants: PropIntellisense<"Fonts" | "Permissions">; channels: PropIntellisense<"getVoiceChannelId">; i18n: PropIntellisense<"Messages">; url: PropIntellisense<"openURL">;