Skip to content
Snippets Groups Projects

Integrating friends

Merged Viktor Gunnar Grevskott requested to merge IntegratingFriends into main
6 files
+ 316
43
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -6,6 +6,7 @@ export type AuthenticationResponse = {
@@ -6,6 +6,7 @@ export type AuthenticationResponse = {
firstName?: string;
firstName?: string;
lastName?: string;
lastName?: string;
role?: string;
role?: string;
 
subscriptionLevel?: string;
token?: string;
token?: string;
};
};
Loading