Skip to content
Snippets Groups Projects

Feat/redesign roadmap2

Merged Victor Ekholt Gunrell Kaste requested to merge feat/redesign-roadmap2 into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -15,8 +15,8 @@ export type UserDTO = {
createdAt?: string;
role?: string;
subscriptionLevel?: string;
checkingAccountBBAN?: BankAccountResponseDTO;
savingsAccountBBAN?: BankAccountResponseDTO;
checkingAccount?: BankAccountResponseDTO;
savingsAccount?: BankAccountResponseDTO;
point?: PointDTO;
streak?: StreakDTO;
};
Loading