diff options
| author | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-03-21 08:27:00 -0400 |
|---|---|---|
| committer | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-03-21 08:27:00 -0400 |
| commit | 5bed3355d1014fcf874a34695d113275cbebe9d2 (patch) | |
| tree | a81896771a5795ea43545084628f8fc146bbf6bc /src/api | |
| parent | 80e8abebe227f4d1c265035cfea68e29400fab3f (diff) | |
| download | Decky-Framegen-5bed3355d1014fcf874a34695d113275cbebe9d2.tar.gz Decky-Framegen-5bed3355d1014fcf874a34695d113275cbebe9d2.zip | |
Parse full OptiScaler config schema
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/index.ts b/src/api/index.ts index 2e275d2..ea0d28c 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -18,7 +18,7 @@ export const getGameConfig = callable<[string], GameConfigResponse>("get_game_co export const saveGameConfig = callable< [string, Record<string, string>, string | null, boolean, string | null], - ApiResponse + GameConfigResponse >("save_game_config"); export const logError = callable<[string], void>("log_error"); |
