Lib: Update user schema to include email

This commit is contained in:
2025-03-14 22:17:46 +01:00
parent 6a6c93d960
commit f39c1a9090

View File

@ -13,6 +13,7 @@ export interface User {
id: string;
username: string;
firstname: string;
email?: string;
avatar?: string;
avatar_url?: string;
admin: boolean;