Skip to content
Snippets Groups Projects
Commit 81764480 authored by Victor Ekholt Gunrell Kaste's avatar Victor Ekholt Gunrell Kaste
Browse files

feat: updated user DTO

parent 19fabe90
No related branches found
No related tags found
1 merge request!88Feat/redesign roadmap2
This commit is part of merge request !88. Comments created here will be created in the context of that merge request.
...@@ -15,8 +15,8 @@ export type UserDTO = { ...@@ -15,8 +15,8 @@ export type UserDTO = {
createdAt?: string; createdAt?: string;
role?: string; role?: string;
subscriptionLevel?: string; subscriptionLevel?: string;
checkingAccountBBAN?: BankAccountResponseDTO; checkingAccount?: BankAccountResponseDTO;
savingsAccountBBAN?: BankAccountResponseDTO; savingsAccount?: BankAccountResponseDTO;
point?: PointDTO; point?: PointDTO;
streak?: StreakDTO; streak?: StreakDTO;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment