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