summaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-01-31 15:30:58 -0500
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-01-31 15:30:58 -0500
commitd23e9b7fa1c3f31cfbfbd529cfed1f1aaaedd63d (patch)
tree22ee67da5c1dfb45a42122013c03eb9c37574385 /src/utils/constants.ts
parent70027bd3d662807e19c587d13c8061e48760a4b5 (diff)
downloadDecky-Framegen-d23e9b7fa1c3f31cfbfbd529cfed1f1aaaedd63d.tar.gz
Decky-Framegen-d23e9b7fa1c3f31cfbfbd529cfed1f1aaaedd63d.zip
chore: cleanup and harden installer pathschore/cleanup
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index 1f583c0..afc996e 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -1,16 +1,3 @@
-// Common types for the application
-
-export interface ResultType {
- status: string;
- message?: string;
- output?: string;
-}
-
-export interface GameType {
- appid: number;
- name: string;
-}
-
// Common style definitions
export const STYLES = {
resultBox: {