chore: merge with web UI project

This commit is contained in:
Li Xin
2025-04-17 12:02:23 +08:00
parent 3aebb67e2b
commit fd7a803753
58 changed files with 10290 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
export interface StreamEvent {
type: string;
data: object;
}