[TS] Fix constants common module

This commit is contained in:
Beef 2023-05-29 23:07:31 +01:00
parent 3083f8d53a
commit 0f5dc8e854

2
src/def.d.ts vendored
View file

@ -377,7 +377,7 @@ interface VendettaObject {
findByTypeNameAll: (typeName: string, defaultExp?: boolean) => any[]; findByTypeNameAll: (typeName: string, defaultExp?: boolean) => any[];
findByStoreName: (name: string) => any; findByStoreName: (name: string) => any;
common: { common: {
constants: PropIntellisense<"API_HOST">; constants: PropIntellisense<"Fonts" | "Permissions">;
channels: PropIntellisense<"getVoiceChannelId">; channels: PropIntellisense<"getVoiceChannelId">;
i18n: PropIntellisense<"Messages">; i18n: PropIntellisense<"Messages">;
url: PropIntellisense<"openURL">; url: PropIntellisense<"openURL">;