Connect frontend to backend

This commit is contained in:
2020-06-01 15:04:15 +02:00
parent a9671b8b0a
commit 52a0e48323
9 changed files with 95 additions and 55 deletions

View File

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

View File

@@ -1,7 +0,0 @@
interface TunakillUser {
name: string;
time: number;
uid: string;
}
export default TunakillUser;