summaryrefslogtreecommitdiff
path: root/src/types.ts
blob: 8446dfc0b4aca97e9232824636e67adae9ab344f (plain)
1
2
3
4
5
6
export type ClashAPIConfig = {
  baseURL: string;
  secret?: string;
};

export type LogsAPIConfig = ClashAPIConfig & { logLevel: string };