This commit is contained in:
Endeavorance 2025-01-01 12:18:54 -05:00
parent 13c3d86a10
commit 20ac2da081
6 changed files with 47 additions and 10 deletions

View file

@ -7,10 +7,6 @@ interface User {
name: string;
}
interface SerializedUser {
name: string;
}
const db = new Database();
const table = new Table<User>(db, "Users", {
id: {