1 2 3 4 5 6
export type ClashAPIConfig = { baseURL: string; secret?: string; }; export type LogsAPIConfig = ClashAPIConfig & { logLevel: string };