Move SinusBotService to backend

This commit is contained in:
2020-05-30 19:32:12 +02:00
parent 32ce290a13
commit 5925872ac8
8 changed files with 129 additions and 59 deletions

View File

@@ -0,0 +1,4 @@
export interface TableEntry {
name: string;
onlineTime: string;
}