File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,10 @@ export interface APIApplication {
108
108
* Approximate count of guilds the application has been added to
109
109
*/
110
110
approximate_guild_count ?: number ;
111
+ /**
112
+ * Approximate count of users that have installed the app
113
+ */
114
+ approximate_user_install_count ?: number ;
111
115
/**
112
116
* Array of redirect URIs for the application
113
117
*/
Original file line number Diff line number Diff line change @@ -108,6 +108,10 @@ export interface APIApplication {
108
108
* Approximate count of guilds the application has been added to
109
109
*/
110
110
approximate_guild_count ?: number ;
111
+ /**
112
+ * Approximate count of users that have installed the app
113
+ */
114
+ approximate_user_install_count ?: number ;
111
115
/**
112
116
* Array of redirect URIs for the application
113
117
*/
Original file line number Diff line number Diff line change @@ -108,6 +108,10 @@ export interface APIApplication {
108
108
* Approximate count of guilds the application has been added to
109
109
*/
110
110
approximate_guild_count ?: number ;
111
+ /**
112
+ * Approximate count of users that have installed the app
113
+ */
114
+ approximate_user_install_count ?: number ;
111
115
/**
112
116
* Array of redirect URIs for the application
113
117
*/
Original file line number Diff line number Diff line change @@ -108,6 +108,10 @@ export interface APIApplication {
108
108
* Approximate count of guilds the application has been added to
109
109
*/
110
110
approximate_guild_count ?: number ;
111
+ /**
112
+ * Approximate count of users that have installed the app
113
+ */
114
+ approximate_user_install_count ?: number ;
111
115
/**
112
116
* Array of redirect URIs for the application
113
117
*/
You can’t perform that action at this time.
0 commit comments