aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/types.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/types.ts b/src/utils/types.ts
index c30f2c5..f7ccdb6 100644
--- a/src/utils/types.ts
+++ b/src/utils/types.ts
@@ -12,8 +12,9 @@ export interface PatchReplacement {
export interface Patch {
plugin: string;
- find: string,
+ find: string;
replacement: PatchReplacement | PatchReplacement[];
+ all?: boolean;
}
export interface PluginAuthor {