Type Alias: UpdateProfileFormInput
UpdateProfileFormInput: {
personal:PersonalProfileForm;profile:string; } | {corporate:CorporateProfileForm;profile:string; }
Type declaration
{ personal: PersonalProfileForm; profile: string; }
| Name | Type | Description |
|---|---|---|
personal | PersonalProfileForm | - |
profile | string | The profile ID to update. |
{ corporate: CorporateProfileForm; profile: string; }
| Name | Type | Description |
|---|---|---|
corporate | CorporateProfileForm | - |
profile | string | The profile ID to update. |