mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
9 lines
186 B
TypeScript
9 lines
186 B
TypeScript
export enum UiSection {
|
|
ALL_GAMES = 'all-games',
|
|
FRIENDS = 'friends',
|
|
MOST_POPULAR = 'most-popular',
|
|
NATIVE_MKB = 'native-mkb',
|
|
NEWS = 'news',
|
|
TOUCH = 'touch',
|
|
}
|