添加 SSE 日志消息类型

This commit is contained in:
tao
2025-12-12 16:16:12 +08:00
parent 3a10c71774
commit dc1ad04ccf

6
src/types/sselog.ts Normal file
View File

@@ -0,0 +1,6 @@
interface sseLog {
code: number,
message: string,
data: any,
timestamp: number
}