diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-09-26 11:32:03 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-09-26 11:32:03 -0400 |
| commit | cbed25162a1058e67180aafb8fbd424bf2573e95 (patch) | |
| tree | 2fe26b782b316ed69b7c1c99da443de89e75e9b1 /src/types | |
| parent | 6810b97dbfcd3d8875fe8e0d0725b146184120bb (diff) | |
| download | Decky-Framegen-cbed25162a1058e67180aafb8fbd424bf2573e95.tar.gz Decky-Framegen-cbed25162a1058e67180aafb8fbd424bf2573e95.zip | |
initial path override ui and be
Diffstat (limited to 'src/types')
| -rw-r--r-- | src/types/index.ts | 11 |
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; +} |
