From 1cc6a781fe7d6c053b2eb59aa79766a859c66209 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Fri, 26 Sep 2025 20:14:44 -0400 Subject: revised approach, pick dir then patch in plugin ui itself --- src/types/index.ts | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/types/index.ts') diff --git a/src/types/index.ts b/src/types/index.ts index 7b5b890..c810754 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -24,14 +24,3 @@ export interface ModInstallationConfig { bin: string; }; } - -export interface CustomOverrideConfig { - defaultPath: string; - overridePath: string; - pattern: string; - searchSuffix: string; - replaceSuffix: string; - expression: string; - snippet: string; - envAssignment: string; -} -- cgit v1.2.3