Update the user model
This commit is contained in:
@@ -7,6 +7,8 @@ export type User = {
|
||||
date_joined: string | null;
|
||||
is_staff: boolean;
|
||||
profile_pic: string | null;
|
||||
uuid: string;
|
||||
public_profile: boolean;
|
||||
};
|
||||
|
||||
export type Adventure = {
|
||||
|
||||
Reference in New Issue
Block a user