summaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index 694289b..8a07865 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -3,4 +3,6 @@ export type ClashAPIConfig = {
secret?: string;
};
-export type LogsAPIConfig = ClashAPIConfig & { logLevel: string }; \ No newline at end of file
+export type LogsAPIConfig = ClashAPIConfig & { logLevel: string };
+
+export type RuleType = { id?: number; type?: string; payload?: string; proxy?: string };