8eb1ec83a964596f8a0d32c3892b106c4c3ccfa0
[demos/kafka/chat] / chatroom.ts
1 export interface Chatroom
2 {
3   id: string,
4   name: string
5 }