diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2026-04-05 20:29:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-05 20:29:56 -0400 |
| commit | 47e7e2610b44809e13bea6bad7f1345fe6f58fa3 (patch) | |
| tree | 669108810d1e8cae084dc658f74c740366bd464d /src/types.d.ts | |
| parent | ef469a8036e3b3f129a753dad4cf04fad3ca92f7 (diff) | |
| parent | b8eed9a4f3d98d887a9cc8f18b821d6a2af4598d (diff) | |
| download | Decky-Framegen-47e7e2610b44809e13bea6bad7f1345fe6f58fa3.tar.gz Decky-Framegen-47e7e2610b44809e13bea6bad7f1345fe6f58fa3.zip | |
Opti 090 final
Diffstat (limited to 'src/types.d.ts')
| -rw-r--r-- | src/types.d.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/types.d.ts b/src/types.d.ts index dfc0472..4077a9e 100644 --- a/src/types.d.ts +++ b/src/types.d.ts @@ -12,3 +12,13 @@ declare module "*.jpg" { const content: string; export default content; } + +declare const SteamClient: { + Apps: { + RegisterForAppDetails( + appId: number, + callback: (details: { strLaunchOptions?: string }) => void + ): { unregister: () => void }; + SetAppLaunchOptions(appId: number, options: string): void; + }; +}; |
