typings(Constants): add ApplicationCommandTypes to Constants (#6398)

This commit is contained in:
Suneet Tipirneni
2021-08-12 10:05:57 -04:00
committed by GitHub
parent 297a9118e7
commit 6342430073

1
typings/index.d.ts vendored
View File

@@ -2253,6 +2253,7 @@ export const Constants: {
PrivacyLevels: typeof PrivacyLevels;
WebhookTypes: typeof WebhookTypes;
PremiumTiers: typeof PremiumTiers;
ApplicationCommandTypes: typeof ApplicationCommandTypes;
};
export const version: string;