[TS] Fix constants common module
This commit is contained in:
parent
3083f8d53a
commit
0f5dc8e854
1 changed files with 1 additions and 1 deletions
2
src/def.d.ts
vendored
2
src/def.d.ts
vendored
|
@ -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">;
|
||||
|
|
Loading…
Reference in a new issue