You've already forked obsidian-visualiser
Add insertion and deletion of tables for db sync, and user view
This commit is contained in:
2
types/auth.d.ts
vendored
2
types/auth.d.ts
vendored
@@ -28,7 +28,7 @@ export interface UserRawData {
|
||||
}
|
||||
|
||||
export interface UserExtendedData {
|
||||
|
||||
signin_timestamp: number;
|
||||
}
|
||||
|
||||
export type User = UserRawData & UserExtendedData;
|
||||
|
||||
Reference in New Issue
Block a user