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