updated req update profile

This commit is contained in:
Warunee Tamkoo 2024-11-11 14:52:45 +07:00
parent 3c83bc8306
commit f36e8e720c
3 changed files with 89 additions and 65 deletions

View file

@ -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;
}