summaryrefslogtreecommitdiff
path: root/src/types/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/index.ts')
-rw-r--r--src/types/index.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/types/index.ts b/src/types/index.ts
index c810754..7b5b890 100644
--- a/src/types/index.ts
+++ b/src/types/index.ts
@@ -24,3 +24,14 @@ export interface ModInstallationConfig {
bin: string;
};
}
+
+export interface CustomOverrideConfig {
+ defaultPath: string;
+ overridePath: string;
+ pattern: string;
+ searchSuffix: string;
+ replaceSuffix: string;
+ expression: string;
+ snippet: string;
+ envAssignment: string;
+}