Listing owned firms and working at firms

This commit is contained in:
2025-04-10 13:31:57 +02:00
parent cda4f5654a
commit f1ad5d2965
4 changed files with 35 additions and 23 deletions

View File

@@ -10,4 +10,6 @@ type User = {
firms: [IFirm],
};
export type IAuthUser = User;
export type IUser = User | null;