chore: format

This commit is contained in:
GyDi 2022-08-09 14:33:47 +08:00 committed by GitHub
parent c02990ef98
commit a68eb4a73e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
/** /**
* Some interface for clash api * Some interface for clash api
*/ */
declare namespace ApiType { declare namespace ApiType {
interface ConfigData { interface ConfigData {
port: number; port: number;
mode: string; mode: string;