Files

7 lines
119 B
TypeScript
Raw Permalink Normal View History

2025-12-14 22:38:09 +08:00
// This is a demo code file
// Feel free to delete it
export interface MsgChat {
content: string,
time: Date
}