refactor: remove keycloak id from type
This commit is contained in:
parent
d7e606fb16
commit
fe34f018ac
2 changed files with 4 additions and 23 deletions
|
|
@ -36,7 +36,6 @@ export type User = {
|
|||
lastName: string;
|
||||
firstNameEN: string;
|
||||
firstName: string;
|
||||
keycloakId: string;
|
||||
id: string;
|
||||
profileImageUrl: string;
|
||||
code: string;
|
||||
|
|
@ -71,7 +70,6 @@ export type UserCreate = {
|
|||
firstName: string;
|
||||
userRole: string;
|
||||
userType: string;
|
||||
keycloakId?: string;
|
||||
profileImage?: File | null; // required but not strict
|
||||
birthDate?: Date | null;
|
||||
responsibleArea: string;
|
||||
|
|
@ -116,4 +114,4 @@ export type Option = {
|
|||
export type RoleData = {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue