feat: Added validation for the "Pick Name"-form
[demos/kafka/chat] / src / app / chatroom.ts
1 export interface Chatroom
2 {
3   id: string,
4   name: string
5 }