feat: add project owner info on project settings page
This commit is contained in:
@@ -7,7 +7,7 @@ export type UserType = {
|
||||
username: string;
|
||||
role: number;
|
||||
avatarPath: string | null;
|
||||
} | null;
|
||||
};
|
||||
|
||||
export type TokenProps = {
|
||||
toastMessages: ToastMessages;
|
||||
|
||||
Reference in New Issue
Block a user