summaryrefslogtreecommitdiff
path: root/src/types
diff options
context:
space:
mode:
Diffstat (limited to 'src/types')
-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;
-}