updated req update profile
This commit is contained in:
parent
3c83bc8306
commit
f36e8e720c
3 changed files with 89 additions and 65 deletions
|
|
@ -11,10 +11,10 @@ interface RequestObject {
|
|||
// posLevelId: string;
|
||||
// posTypeId: string;
|
||||
prefix: string;
|
||||
rank: string | null;
|
||||
relationship: string | null;
|
||||
religion: string | null;
|
||||
phone: string | null;
|
||||
rank?: string | null;
|
||||
relationship?: string | null;
|
||||
religion?: string | null;
|
||||
phone?: string | null;
|
||||
// telephoneNumber: string | null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue