This commit is contained in:
tiago.kayaya
2021-05-18 14:37:43 +01:00
parent e47920cdfc
commit 6997295a31
10 changed files with 108 additions and 82 deletions
+4
View File
@@ -0,0 +1,4 @@
export interface Message {
author: string;
message: string;
}