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