From d23e9b7fa1c3f31cfbfbd529cfed1f1aaaedd63d Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sat, 31 Jan 2026 15:30:58 -0500 Subject: chore: cleanup and harden installer paths --- src/utils/constants.ts | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/utils/constants.ts') 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: { -- cgit v1.2.3