Skip to content
Snippets Groups Projects
Commit e824eb41 authored by Henrik's avatar Henrik
Browse files

fix: add auth response variables

parent bf1c3278
No related branches found
No related tags found
No related merge requests found
Pipeline #274172 failed
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
export type AuthenticationResponse = { export type AuthenticationResponse = {
firstName?: string;
lastName?: string;
role?: string;
token?: string; token?: string;
}; };
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