We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fc217 commit 3e6b85bCopy full SHA for 3e6b85b
src/structures/services/UserApiService.ts
@@ -264,7 +264,7 @@ export interface Service {
264
* @nullable
265
* @example "FRA-01"
266
*/
267
- dedicatedServerLocation: 'FRA-01' | 'FRA-02' | 'FRA-03' | null;
+ dedicatedServerLocation: 'FRA-01' | 'FRA-02' | 'FRA-03' | 'USA-01' | null;
268
269
/**
270
* List of addons associated with the service
0 commit comments