diff options
| author | Kevin <[email protected]> | 2021-05-31 18:58:56 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-31 18:58:56 +0800 |
| commit | d4015f64237b2b429a04af0ebe82fdf883b45b01 (patch) | |
| tree | d5f28b916d02c6cad68befa220b1a50eb40c3be6 /src/types.ts | |
| parent | 13dcb7d6532a07bb86c54139c9e9d19eb892de4e (diff) | |
Add level query to log websocket url fix #589 (#590)
Diffstat (limited to 'src/types.ts')
| -rw-r--r-- | src/types.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts index 8988c5b..694289b 100644 --- a/src/types.ts +++ b/src/types.ts @@ -2,3 +2,5 @@ export type ClashAPIConfig = { baseURL: string; secret?: string; }; + +export type LogsAPIConfig = ClashAPIConfig & { logLevel: string };
\ No newline at end of file |
