summaryrefslogtreecommitdiff
path: root/src/types/index.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-09-26 11:32:03 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-09-26 11:32:03 -0400
commitcbed25162a1058e67180aafb8fbd424bf2573e95 (patch)
tree2fe26b782b316ed69b7c1c99da443de89e75e9b1 /src/types/index.ts
parent6810b97dbfcd3d8875fe8e0d0725b146184120bb (diff)
downloadDecky-Framegen-cbed25162a1058e67180aafb8fbd424bf2573e95.tar.gz
Decky-Framegen-cbed25162a1058e67180aafb8fbd424bf2573e95.zip
initial path override ui and be
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;
+}