Files
xingrin/frontend/types/system-log.types.ts
2025-12-17 15:43:35 +08:00

4 lines
57 B
TypeScript

export interface SystemLogResponse {
content: string
}