Skip to content

Commit 3e6b85b

Browse files
committed
feat: latest api changes
1 parent 82fc217 commit 3e6b85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/services/UserApiService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export interface Service {
264264
* @nullable
265265
* @example "FRA-01"
266266
*/
267-
dedicatedServerLocation: 'FRA-01' | 'FRA-02' | 'FRA-03' | null;
267+
dedicatedServerLocation: 'FRA-01' | 'FRA-02' | 'FRA-03' | 'USA-01' | null;
268268

269269
/**
270270
* List of addons associated with the service

0 commit comments

Comments
 (0)