From e3789b4fb7c12e154551f82297ae801ee9c26c9a Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 26 Apr 2025 07:47:24 +0700 Subject: [PATCH] Add webOS and xboxOS to the list of OS names --- src/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/index.d.ts b/src/types/index.d.ts index 27f5866..5b718f9 100755 --- a/src/types/index.d.ts +++ b/src/types/index.d.ts @@ -135,7 +135,7 @@ type XboxAchievement = { } }; -type OsName = 'windows' | 'tizen' | 'android'; +type OsName = 'windows' | 'tizen' | 'webOS' | 'xboxOS' | 'android'; type XcloudGamepad = { GamepadIndex: number;