more tables

This commit is contained in:
Proddy
2022-04-15 16:22:05 +02:00
parent 4b3b9524ef
commit 04a374c380
8 changed files with 275 additions and 220 deletions

View File

@@ -1,4 +1,5 @@
export interface User {
id: string; // needed for Table
username: string;
password: string;
admin: boolean;