fix #2563
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m5s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m5s
This commit is contained in:
parent
51d447109e
commit
bdd31ce72c
2 changed files with 36 additions and 16 deletions
|
|
@ -1014,7 +1014,7 @@ export class UpdateInformationProfileEmployee {
|
|||
}
|
||||
|
||||
export type UpdateProfileEmployee = {
|
||||
prefix: string;
|
||||
prefix?: string | null;
|
||||
rank?: string | null;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue