From d81bb130385114389728f849d0ab8cccf62b90d1 Mon Sep 17 00:00:00 2001 From: xXJsonDeruloXx Date: Fri, 20 Mar 2026 17:32:52 -0400 Subject: Add Steam UI for prefix-managed integration --- src/api/index.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/api/index.ts') diff --git a/src/api/index.ts b/src/api/index.ts index df52fee..f2e0ea1 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -20,6 +20,11 @@ export const listInstalledGames = callable< { status: string; games: { appid: string; name: string }[] } >("list_installed_games"); +export const cleanupManagedGame = callable< + [string], + { status: string; message?: string; output?: string } +>("cleanup_managed_game"); + export const logError = callable<[string], void>("log_error"); export const getPathDefaults = callable< -- cgit v1.2.3