feature(database-connection): First implementation

This commit is contained in:
2021-01-08 17:15:50 +01:00
parent bce2c8964e
commit ceea2a7616
15 changed files with 276 additions and 181 deletions

View File

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