Axinom Mosaic Libraries
Axinom Portal
Preparing search index...
@axinom/mosaic-user-auth
UserProfileUpdateResponse
Interface UserProfileUpdateResponse
Represents the response for a updateUserProfile request.
interface
UserProfileUpdateResponse
{
code
:
"SUCCESS"
|
"ERROR"
;
details
?:
Record
<
string
,
unknown
>
;
message
?:
string
;
updatedUserProfile
?:
UserProfile
;
}
Index
Properties
code
details?
message?
updated
User
Profile?
Properties
code
code
:
"SUCCESS"
|
"ERROR"
Optional
details
details
?:
Record
<
string
,
unknown
>
Optional
message
message
?:
string
Optional
updated
User
Profile
updatedUserProfile
?:
UserProfile
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
details
message
updated
User
Profile
Axinom Portal
Axinom Mosaic Libraries
Loading...
Represents the response for a updateUserProfile request.