We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65417d0 commit 8c9b35eCopy full SHA for 8c9b35e
api/src/const.ts
@@ -5,15 +5,17 @@ export const SHIFT_SERVICE = [
5
'xboxlive',
6
'psn',
7
'epic',
8
- 'stadia'
+ 'stadia',
9
+ 'nintendo'
10
] as const;
11
12
export const SERVICE_CODE = [
13
'steam',
14
'xbox',
15
16
17
18
19
20
21
export const SHIFT_TITLE = [
cli/src/names.ts
@@ -14,7 +14,8 @@ export const PlatformName = {
'xbox': 'Xbox',
'psn': 'Playstation',
'epic': 'Epic Games',
- 'stadia': 'Stadia'
+ 'stadia': 'Stadia',
+ 'nintendo': 'Nintendo'
}
export type IGameName = keyof typeof GameName;
0 commit comments