diff options
| author | Matain <[email protected]> | 2022-06-12 23:34:56 +0800 |
|---|---|---|
| committer | Matain <[email protected]> | 2022-06-12 23:34:56 +0800 |
| commit | ea5d7cf003eeef30cb7bbe789c6ba7f314bf1ce4 (patch) | |
| tree | bff1bd7b0e8e8eb753d373b57f007bbe97f96c76 /src/types.ts | |
| parent | 4fd2c8f646e48dd0c07d0c2041de52e9a4f8bc82 (diff) | |
| parent | 38571da24ac54137564be5e41b7a409009e2ee10 (diff) | |
Merge branch 'master' of https://github.com/haishanh/yacd into haishanh-master
Diffstat (limited to 'src/types.ts')
| -rw-r--r-- | src/types.ts | 4 |
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 }; |
