feat: implemented a listen-method for the chat-service based on a Flux
[demos/kafka/chat] / app / chatroom.ts
1 export interface Chatroom
2 {
3   id: string,
4   name: string
5 }