Add insertion and deletion of tables for db sync, and user view

This commit is contained in:
2024-09-10 14:25:23 +02:00
parent fa1a13d411
commit e904f28b3b
14 changed files with 127 additions and 23 deletions

2
types/auth.d.ts vendored
View File

@@ -28,7 +28,7 @@ export interface UserRawData {
}
export interface UserExtendedData {
signin_timestamp: number;
}
export type User = UserRawData & UserExtendedData;