mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
6 lines
77 B
TypeScript
6 lines
77 B
TypeScript
export interface Log {
|
|
type: string
|
|
payload: string
|
|
time: Date
|
|
}
|