File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -120,12 +120,12 @@ export interface APIApplication {
120
120
/**
121
121
* The interactions endpoint URL for the application
122
122
*/
123
- interactions_endpoint_url ?: string ;
123
+ interactions_endpoint_url ?: string | null ;
124
124
/**
125
125
* The application's role connection verification entry point,
126
126
* which when configured will render the app as a verification method in the guild role verification configuration
127
127
*/
128
- role_connections_verification_url ?: string ;
128
+ role_connections_verification_url ?: string | null ;
129
129
/**
130
130
* Up to 5 tags of max 20 characters each describing the content and functionality of the application
131
131
*/
Original file line number Diff line number Diff line change @@ -120,12 +120,12 @@ export interface APIApplication {
120
120
/**
121
121
* The interactions endpoint URL for the application
122
122
*/
123
- interactions_endpoint_url ?: string ;
123
+ interactions_endpoint_url ?: string | null ;
124
124
/**
125
125
* The application's role connection verification entry point,
126
126
* which when configured will render the app as a verification method in the guild role verification configuration
127
127
*/
128
- role_connections_verification_url ?: string ;
128
+ role_connections_verification_url ?: string | null ;
129
129
/**
130
130
* Up to 5 tags of max 20 characters each describing the content and functionality of the application
131
131
*/
Original file line number Diff line number Diff line change @@ -120,12 +120,12 @@ export interface APIApplication {
120
120
/**
121
121
* The interactions endpoint URL for the application
122
122
*/
123
- interactions_endpoint_url ?: string ;
123
+ interactions_endpoint_url ?: string | null ;
124
124
/**
125
125
* The application's role connection verification entry point,
126
126
* which when configured will render the app as a verification method in the guild role verification configuration
127
127
*/
128
- role_connections_verification_url ?: string ;
128
+ role_connections_verification_url ?: string | null ;
129
129
/**
130
130
* Up to 5 tags of max 20 characters each describing the content and functionality of the application
131
131
*/
Original file line number Diff line number Diff line change @@ -120,12 +120,12 @@ export interface APIApplication {
120
120
/**
121
121
* The interactions endpoint URL for the application
122
122
*/
123
- interactions_endpoint_url ?: string ;
123
+ interactions_endpoint_url ?: string | null ;
124
124
/**
125
125
* The application's role connection verification entry point,
126
126
* which when configured will render the app as a verification method in the guild role verification configuration
127
127
*/
128
- role_connections_verification_url ?: string ;
128
+ role_connections_verification_url ?: string | null ;
129
129
/**
130
130
* Up to 5 tags of max 20 characters each describing the content and functionality of the application
131
131
*/
You can’t perform that action at this time.
0 commit comments