diff options
| author | Haishan <[email protected]> | 2022-06-06 23:39:56 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2022-06-06 23:39:56 +0800 |
| commit | 78f3434cb52f53c66936de278f0828c19ef63666 (patch) | |
| tree | e7f9685cc0f3d8eaa6a94ad330e8876752ecb276 /src/types.ts | |
| parent | 23e734aa548354bb7ceff5ad8d85de95cd860a55 (diff) | |
Run prettier
Diffstat (limited to 'src/types.ts')
| -rw-r--r-- | src/types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts index 694289b..8446dfc 100644 --- a/src/types.ts +++ b/src/types.ts @@ -3,4 +3,4 @@ export type ClashAPIConfig = { secret?: string; }; -export type LogsAPIConfig = ClashAPIConfig & { logLevel: string };
\ No newline at end of file +export type LogsAPIConfig = ClashAPIConfig & { logLevel: string }; |
