Lib: Add verified field to User schema
This commit is contained in:
@ -11,6 +11,7 @@ export interface Graphic {
|
||||
|
||||
export interface User {
|
||||
id: string;
|
||||
verified: boolean;
|
||||
username: string;
|
||||
firstname: string;
|
||||
email?: string;
|
||||
|
Reference in New Issue
Block a user