mirror of
https://github.com/yyhuni/xingrin.git
synced 2026-02-01 04:03:23 +08:00
4 lines
57 B
TypeScript
4 lines
57 B
TypeScript
export interface SystemLogResponse {
|
|
content: string
|
|
}
|