Type Alias: UpdateProfileDetailsInput
UpdateProfileDetailsInput: {
personal:PersonalProfileDetails;profile:string; } | {corporate:CorporateProfileDetails;profile:string; }
Type declaration
{ personal: PersonalProfileDetails; profile: string; }
| Name | Type | Description |
|---|---|---|
personal | PersonalProfileDetails | - |
profile | string | The profile ID to update. |
{ corporate: CorporateProfileDetails; profile: string; }
| Name | Type | Description |
|---|---|---|
corporate | CorporateProfileDetails | - |
profile | string | The profile ID to update. |