Move SinusBotService to backend
This commit is contained in:
4
backend/src/models/TableEntry.ts
Normal file
4
backend/src/models/TableEntry.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface TableEntry {
|
||||
name: string;
|
||||
onlineTime: string;
|
||||
}
|
||||
Reference in New Issue
Block a user