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

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