no message
This commit is contained in:
parent
b11be3364f
commit
568d326797
6 changed files with 643 additions and 31 deletions
|
|
@ -649,6 +649,7 @@ export class CreateProfile {
|
|||
}
|
||||
|
||||
export class CreateProfileAllFields {
|
||||
id?: string | null;
|
||||
rank: string | null;
|
||||
prefix: string;
|
||||
firstName: string;
|
||||
|
|
@ -688,7 +689,6 @@ export class CreateProfileAllFields {
|
|||
currentZipCode: string | null;
|
||||
}
|
||||
|
||||
|
||||
export type UpdateProfile = {
|
||||
rank?: string | null;
|
||||
prefix?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue