summaryrefslogtreecommitdiff
path: root/src/types/index.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-09-26 20:14:44 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-09-26 20:14:44 -0400
commit1cc6a781fe7d6c053b2eb59aa79766a859c66209 (patch)
tree0946a308568ff7a144a6cec29719334a4e6d754b /src/types/index.ts
parent7d2322e637faae5ccfab58c54f7a13e6a5f7ea88 (diff)
downloadDecky-Framegen-1cc6a781fe7d6c053b2eb59aa79766a859c66209.tar.gz
Decky-Framegen-1cc6a781fe7d6c053b2eb59aa79766a859c66209.zip
revised approach, pick dir then patch in plugin ui itself
Diffstat (limited to 'src/types/index.ts')
-rw-r--r--src/types/index.ts11
1 files changed, 0 insertions, 11 deletions
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;
-}