Listing owned firms and working at firms
This commit is contained in:
@@ -10,4 +10,6 @@ type User = {
|
||||
firms: [IFirm],
|
||||
};
|
||||
|
||||
export type IAuthUser = User;
|
||||
|
||||
export type IUser = User | null;
|
||||
|
||||
Reference in New Issue
Block a user