Files
xingrin/frontend/types/system-log.types.ts

4 lines
57 B
TypeScript
Raw Normal View History

2025-12-17 15:43:35 +08:00
export interface SystemLogResponse {
content: string
}